Class: Google::Cloud::AIPlatform::V1::UpdateCachedContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateCachedContentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb
Overview
Request message for GenAiCacheService.UpdateCachedContent. Only expire_time or ttl can be updated.
Instance Attribute Summary collapse
-
#cached_content ⇒ ::Google::Cloud::AIPlatform::V1::CachedContent
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#cached_content ⇒ ::Google::Cloud::AIPlatform::V1::CachedContent
Returns Required. The cached content to update.
56 57 58 59 |
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 56 class UpdateCachedContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
56 57 58 59 |
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 56 class UpdateCachedContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |