Interface protos.google.logging.v2.ICreateBucketRequest (9.5.7)

Properties of a CreateBucketRequest.

Package

@google-cloud/logging!

Properties

bucket

bucket?: (google.logging.v2.ILogBucket|null);

CreateBucketRequest bucket

Property Value
TypeDescription
(google.logging.v2.ILogBucket|null)

bucketId

bucketId?: (string|null);

CreateBucketRequest bucketId

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

CreateBucketRequest parent

Property Value
TypeDescription
(string|null)