Class: Google::Cloud::AIPlatform::V1::DeleteCachedContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteCachedContentRequest
- 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.DeleteCachedContent.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name referring to the cached content.
66 67 68 69 |
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 66 class DeleteCachedContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |