Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::DisableAnywhereCacheRequest.
Request message for DisableAnywhereCache.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
Returns
-
(::String) — Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
#request_id
def request_id() -> ::String
Returns
-
(::String) — 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.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.