public sealed class GetAnywhereCacheRequest : IMessage<GetAnywhereCacheRequest>, IEquatable<GetAnywhereCacheRequest>, IDeepCloneable<GetAnywhereCacheRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class GetAnywhereCacheRequest.
Request message for GetAnywhereCache.
Implements
IMessageGetAnywhereCacheRequest, IEquatableGetAnywhereCacheRequest, IDeepCloneableGetAnywhereCacheRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
GetAnywhereCacheRequest()
public GetAnywhereCacheRequest()
GetAnywhereCacheRequest(GetAnywhereCacheRequest)
public GetAnywhereCacheRequest(GetAnywhereCacheRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAnywhereCacheRequest |
Properties
AnywhereCacheName
public AnywhereCacheName AnywhereCacheName { get; set; }
AnywhereCacheName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AnywhereCacheName |
Name
public string Name { get; set; }
Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
Property Value | |
---|---|
Type | Description |
string |
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 |