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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Storage v2 API - Class DisableAnywhereCacheRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest) \n\n public sealed class DisableAnywhereCacheRequest : IMessage\u003cDisableAnywhereCacheRequest\u003e, IEquatable\u003cDisableAnywhereCacheRequest\u003e, IDeepCloneable\u003cDisableAnywhereCacheRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Storage v2 API class DisableAnywhereCacheRequest.\n\nRequest message for DisableAnywhereCache. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DisableAnywhereCacheRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DisableAnywhereCacheRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DisableAnywhereCacheRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DisableAnywhereCacheRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Storage.Control.V2](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Storage.Control.V2.dll\n\nConstructors\n------------\n\n### DisableAnywhereCacheRequest()\n\n public DisableAnywhereCacheRequest()\n\n### DisableAnywhereCacheRequest(DisableAnywhereCacheRequest)\n\n public DisableAnywhereCacheRequest(DisableAnywhereCacheRequest other)\n\nProperties\n----------\n\n### AnywhereCacheName\n\n public AnywhereCacheName AnywhereCacheName { get; set; }\n\n[AnywhereCacheName](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.AnywhereCacheName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.DisableAnywhereCacheRequest#Google_Cloud_Storage_Control_V2_DisableAnywhereCacheRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name field in the request should be:\n`projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}`\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. A unique identifier for this request. UUID is the recommended\nformat, but other formats are still accepted. This request is only\nidempotent if a `request_id` is provided."]]