Google Cloud Bigtable Administration v2 API - Class UpdateSchemaBundleMetadata (3.27.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateSchemaBundleMetadata.

The metadata for the Operation returned by [UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].

Inheritance

object > UpdateSchemaBundleMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateSchemaBundleMetadata()

public UpdateSchemaBundleMetadata()

UpdateSchemaBundleMetadata(UpdateSchemaBundleMetadata)

public UpdateSchemaBundleMetadata(UpdateSchemaBundleMetadata other)
Parameter
Name Description
other UpdateSchemaBundleMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

If set, the time at which this operation finished or was canceled.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

The unique name identifying this schema bundle. Values are of the form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}

Property Value
Type Description
string

StartTime

public Timestamp StartTime { get; set; }

The time at which this operation started.

Property Value
Type Description
Timestamp