Cloud Storage v2 API - Class DisableAnywhereCacheRequest (1.3.0)

public sealed class DisableAnywhereCacheRequest : IMessage<DisableAnywhereCacheRequest>, IEquatable<DisableAnywhereCacheRequest>, IDeepCloneable<DisableAnywhereCacheRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class DisableAnywhereCacheRequest.

Request message for DisableAnywhereCache.

Inheritance

object > DisableAnywhereCacheRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

DisableAnywhereCacheRequest()

public DisableAnywhereCacheRequest()

DisableAnywhereCacheRequest(DisableAnywhereCacheRequest)

public DisableAnywhereCacheRequest(DisableAnywhereCacheRequest other)
Parameter
Name Description
other DisableAnywhereCacheRequest

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. This request is only idempotent if a request_id is provided.

Property Value
Type Description
string