Class: Google::Cloud::AIPlatform::V1::ListCachedContentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListCachedContentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb
Overview
Request to list CachedContents.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
88 89 90 91 |
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 88 class ListCachedContentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
88 89 90 91 |
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 88 class ListCachedContentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
88 89 90 91 |
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 88 class ListCachedContentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |