public sealed class DeleteInstanceConfigRequest : IMessage<DeleteInstanceConfigRequest>, IEquatable<DeleteInstanceConfigRequest>, IDeepCloneable<DeleteInstanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class DeleteInstanceConfigRequest.
The request for [DeleteInstanceConfigRequest][InstanceAdmin.DeleteInstanceConfigRequest].
Implements
IMessageDeleteInstanceConfigRequest, IEquatableDeleteInstanceConfigRequest, IDeepCloneableDeleteInstanceConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
DeleteInstanceConfigRequest()
public DeleteInstanceConfigRequest()
DeleteInstanceConfigRequest(DeleteInstanceConfigRequest)
public DeleteInstanceConfigRequest(DeleteInstanceConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteInstanceConfigRequest |
Properties
Etag
public string Etag { get; set; }
Used for optimistic concurrency control as a way to help prevent simultaneous deletes of an instance configuration from overwriting each other. If not empty, the API only deletes the instance configuration when the etag provided matches the current status of the requested instance configuration. Otherwise, deletes the instance configuration without checking the current status of the requested instance configuration.
Property Value | |
---|---|
Type | Description |
string |
InstanceConfigName
public InstanceConfigName InstanceConfigName { get; set; }
InstanceConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstanceConfigName |
Name
public string Name { get; set; }
Required. The name of the instance configuration to be deleted.
Values are of the form
projects/<project>/instanceConfigs/<instance_config>
Property Value | |
---|---|
Type | Description |
string |
ValidateOnly
public bool ValidateOnly { get; set; }
An option to validate, but not actually execute, a request, and provide the same response.
Property Value | |
---|---|
Type | Description |
bool |