public sealed class InternalUpdateGraphOperationRequest : IMessage<InternalUpdateGraphOperationRequest>, IEquatable<InternalUpdateGraphOperationRequest>, IDeepCloneable<InternalUpdateGraphOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class InternalUpdateGraphOperationRequest.
Internal request proto, do not use directly.
Implements
IMessageInternalUpdateGraphOperationRequest, IEquatableInternalUpdateGraphOperationRequest, IDeepCloneableInternalUpdateGraphOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
InternalUpdateGraphOperationRequest()
public InternalUpdateGraphOperationRequest()
InternalUpdateGraphOperationRequest(InternalUpdateGraphOperationRequest)
public InternalUpdateGraphOperationRequest(InternalUpdateGraphOperationRequest other)
Parameter | |
---|---|
Name | Description |
other |
InternalUpdateGraphOperationRequest |
Properties
Database
public string Database { get; set; }
Internal field, do not use directly.
Property Value | |
---|---|
Type | Description |
string |
DatabaseAsDatabaseName
public DatabaseName DatabaseAsDatabaseName { get; set; }
Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Database resource name property.
Property Value | |
---|---|
Type | Description |
Google.Cloud.Spanner.Common.V1.DatabaseName |
OperationId
public string OperationId { get; set; }
Internal field, do not use directly.
Property Value | |
---|---|
Type | Description |
string |
Progress
public double Progress { get; set; }
Internal field, do not use directly.
Property Value | |
---|---|
Type | Description |
double |
Status
public Status Status { get; set; }
Internal field, do not use directly.
Property Value | |
---|---|
Type | Description |
Status |
VmIdentityToken
public string VmIdentityToken { get; set; }
Internal field, do not use directly.
Property Value | |
---|---|
Type | Description |
string |