Class: Google::Cloud::Storage::Control::V2::CreateAnywhereCacheRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::CreateAnywhereCacheRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for CreateAnywhereCache.
Instance Attribute Summary collapse
-
#anywhere_cache ⇒ ::Google::Cloud::Storage::Control::V2::AnywhereCache
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#anywhere_cache ⇒ ::Google::Cloud::Storage::Control::V2::AnywhereCache
Returns Required. Properties of the Anywhere Cache instance being created.
The parent bucket name is specified in the parent
field. Server uses the
default value of ttl
or admission_policy
if not specified in
request.
577 578 579 580 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 577 class CreateAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The bucket to which this cache belongs.
Format: projects/{project}/buckets/{bucket}
.
577 578 579 580 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 577 class CreateAnywhereCacheRequest 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.
577 578 579 580 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 577 class CreateAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |