public sealed class DisableRapidCacheMetadata : IMessage<DisableRapidCacheMetadata>, IEquatable<DisableRapidCacheMetadata>, IDeepCloneable<DisableRapidCacheMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class DisableRapidCacheMetadata.
Message returned in the metadata field of the Operation resource for DeleteRapidCache operation.
Implements
IMessageDisableRapidCacheMetadata, IEquatableDisableRapidCacheMetadata, IDeepCloneableDisableRapidCacheMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
DisableRapidCacheMetadata()
public DisableRapidCacheMetadata()DisableRapidCacheMetadata(DisableRapidCacheMetadata)
public DisableRapidCacheMetadata(DisableRapidCacheMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DisableRapidCacheMetadata |
Properties
CacheType
public string CacheType { get; set; }Optional. The type of cache. Either rapid cache or rapid cache ultra.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CommonMetadata
public CommonLongRunningOperationMetadata CommonMetadata { get; set; }Generic metadata for the long running operation.
| Property Value | |
|---|---|
| Type | Description |
CommonLongRunningOperationMetadata |
|
HasCacheType
public bool HasCacheType { get; }Gets whether the "cache_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasRapidCacheId
public bool HasRapidCacheId { get; }Gets whether the "rapid_cache_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasZone
public bool HasZone { get; }Gets whether the "zone" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
RapidCacheId
public string RapidCacheId { get; set; }Rapid Cache ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Zone
public string Zone { get; set; }The zone in which the cache instance is running. For example, us-central1-a.
| Property Value | |
|---|---|
| Type | Description |
string |
|