Class: Google::Cloud::Storage::Control::V2::PauseAnywhereCacheRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::PauseAnywhereCacheRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for PauseAnywhereCache.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
.
632 633 634 635 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 632 class PauseAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns 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.
632 633 634 635 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 632 class PauseAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |