Cloud Storage v2 API - Class GetAnywhereCacheRequest (1.3.0)

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.

Inheritance

object > GetAnywhereCacheRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

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