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
Optional. The maximum number of cached contents to return. The service may return fewer than this value. If unspecified, some default (under maximum) number of items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
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
Returns Optional. A page token, received from a previous ListCachedContents call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCachedContents must
match the call that provided the page token.
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
Returns Required. The parent, which owns this collection of cached contents.
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 |