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