Class: Google::Cloud::Storage::Control::V2::UpdateAnywhereCacheMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::UpdateAnywhereCacheMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Message returned in the metadata field of the Operation resource for UpdateAnywhereCache operation.
Instance Attribute Summary collapse
-
#admission_policy ⇒ ::String
L4 Cache entry Admission Policy in kebab-case (e.g., "admit-on-first-miss").
-
#anywhere_cache_id ⇒ ::String
Anywhere Cache ID.
-
#common_metadata ⇒ ::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
Generic metadata for the long running operation.
-
#ttl ⇒ ::Google::Protobuf::Duration
Anywhere Cache entry's TTL between 1h and 7days.
-
#zone ⇒ ::String
The zone in which the cache instance is running.
Instance Attribute Details
#admission_policy ⇒ ::String
514 515 516 517 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 514 class UpdateAnywhereCacheMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#anywhere_cache_id ⇒ ::String
514 515 516 517 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 514 class UpdateAnywhereCacheMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#common_metadata ⇒ ::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
514 515 516 517 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 514 class UpdateAnywhereCacheMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ttl ⇒ ::Google::Protobuf::Duration
514 515 516 517 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 514 class UpdateAnywhereCacheMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
514 515 516 517 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 514 class UpdateAnywhereCacheMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |