createBucket method
Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.
Implementation
$grpc.ResponseFuture<$0.LogBucket> createBucket(
$0.CreateBucketRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createBucket, request, options: options);
}