Google Cloud Bigtable Administration v2 API - Class UpdateAuthorizedViewMetadata (3.14.0)

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

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

Metadata for the google.longrunning.Operation returned by [UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].

Inheritance

object > UpdateAuthorizedViewMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateAuthorizedViewMetadata()

public UpdateAuthorizedViewMetadata()

UpdateAuthorizedViewMetadata(UpdateAuthorizedViewMetadata)

public UpdateAuthorizedViewMetadata(UpdateAuthorizedViewMetadata other)
Parameter
NameDescription
otherUpdateAuthorizedViewMetadata

Properties

FinishTime

public Timestamp FinishTime { get; set; }

The time at which the operation failed or was completed successfully.

Property Value
TypeDescription
Timestamp

OriginalRequest

public UpdateAuthorizedViewRequest OriginalRequest { get; set; }

The request that prompted the initiation of this UpdateAuthorizedView operation.

Property Value
TypeDescription
UpdateAuthorizedViewRequest

RequestTime

public Timestamp RequestTime { get; set; }

The time at which the original request was received.

Property Value
TypeDescription
Timestamp