Class: Google::Cloud::Storage::Control::V2::GetAnywhereCacheRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::GetAnywhereCacheRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for GetAnywhereCache.
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}
.
661 662 663 664 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 661 class GetAnywhereCacheRequest 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.
661 662 663 664 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 661 class GetAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |