Class: Google::Cloud::AIPlatform::V1::ListCachedContentsResponse

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

Response with a list of CachedContents.

Instance Attribute Summary collapse

Instance Attribute Details

#cached_contents::Array<::Google::Cloud::AIPlatform::V1::CachedContent>

Returns List of cached contents.

Returns:



101
102
103
104
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 101

class ListCachedContentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



101
102
103
104
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 101

class ListCachedContentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end