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.
Implements
IMessageCreateAuthorizedViewMetadata, IEquatableCreateAuthorizedViewMetadata, IDeepCloneableCreateAuthorizedViewMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateAuthorizedViewMetadata()
public CreateAuthorizedViewMetadata()
CreateAuthorizedViewMetadata(CreateAuthorizedViewMetadata)
public CreateAuthorizedViewMetadata(CreateAuthorizedViewMetadata other)
Parameter | |
---|---|
Name | Description |
other | CreateAuthorizedViewMetadata |
Properties
FinishTime
public Timestamp FinishTime { get; set; }
The time at which the operation failed or was completed successfully.
Property Value | |
---|---|
Type | Description |
Timestamp |
OriginalRequest
public CreateAuthorizedViewRequest OriginalRequest { get; set; }
The request that prompted the initiation of this CreateInstance operation.
Property Value | |
---|---|
Type | Description |
CreateAuthorizedViewRequest |
RequestTime
public Timestamp RequestTime { get; set; }
The time at which the original request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |