Google Cloud Logging v2 API - Class BucketMetadata (4.3.0)

public sealed class BucketMetadata : IMessage<BucketMetadata>, IEquatable<BucketMetadata>, IDeepCloneable<BucketMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Logging v2 API class BucketMetadata.

Metadata for LongRunningUpdateBucket Operations.

Inheritance

object > BucketMetadata

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

BucketMetadata()

public BucketMetadata()

BucketMetadata(BucketMetadata)

public BucketMetadata(BucketMetadata other)
Parameter
NameDescription
otherBucketMetadata

Properties

CreateBucketRequest

public CreateBucketRequest CreateBucketRequest { get; set; }

LongRunningCreateBucket RPC request.

Property Value
TypeDescription
CreateBucketRequest

EndTime

public Timestamp EndTime { get; set; }

The end time of an operation.

Property Value
TypeDescription
Timestamp

RequestCase

public BucketMetadata.RequestOneofCase RequestCase { get; }
Property Value
TypeDescription
BucketMetadataRequestOneofCase

StartTime

public Timestamp StartTime { get; set; }

The create time of an operation.

Property Value
TypeDescription
Timestamp

State

public OperationState State { get; set; }

State of an operation.

Property Value
TypeDescription
OperationState

UpdateBucketRequest

public UpdateBucketRequest UpdateBucketRequest { get; set; }

LongRunningUpdateBucket RPC request.

Property Value
TypeDescription
UpdateBucketRequest