public sealed class GetRapidCacheRequest : IMessage<GetRapidCacheRequest>, IEquatable<GetRapidCacheRequest>, IDeepCloneable<GetRapidCacheRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class GetRapidCacheRequest.
Request message for GetRapidCache.
Implements
IMessageGetRapidCacheRequest, IEquatableGetRapidCacheRequest, IDeepCloneableGetRapidCacheRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
GetRapidCacheRequest()
public GetRapidCacheRequest()GetRapidCacheRequest(GetRapidCacheRequest)
public GetRapidCacheRequest(GetRapidCacheRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRapidCacheRequest |
Properties
Name
public string Name { get; set; }Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/rapidCaches/{rapid_cache}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RapidCacheName
public RapidCacheName RapidCacheName { get; set; }RapidCacheName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
RapidCacheName |
|
RequestId
public string RequestId { get; set; }Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
| Property Value | |
|---|---|
| Type | Description |
string |
|