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

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

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

The metadata for the Operation returned by CreateAuthorizedView.

Inheritance

object > CreateAuthorizedViewMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CreateAuthorizedViewMetadata()

public CreateAuthorizedViewMetadata()

CreateAuthorizedViewMetadata(CreateAuthorizedViewMetadata)

public CreateAuthorizedViewMetadata(CreateAuthorizedViewMetadata other)
Parameter
NameDescription
otherCreateAuthorizedViewMetadata

Properties

FinishTime

public Timestamp FinishTime { get; set; }

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

Property Value
TypeDescription
Timestamp

OriginalRequest

public CreateAuthorizedViewRequest OriginalRequest { get; set; }

The request that prompted the initiation of this CreateInstance operation.

Property Value
TypeDescription
CreateAuthorizedViewRequest

RequestTime

public Timestamp RequestTime { get; set; }

The time at which the original request was received.

Property Value
TypeDescription
Timestamp