Class: Google::Cloud::AIPlatform::V1::UpdateCachedContentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cached_content::Google::Cloud::AIPlatform::V1::CachedContent

Returns Required. The cached content to update.

Returns:



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.

Returns:



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