Class: Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb

Overview

Response for ListServingConfigs method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pagination token, if not returned indicates the last page.

Returns:

  • (::String)

    Pagination token, if not returned indicates the last page.



78
79
80
81
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 78

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

#serving_configs::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>

Returns All the ServingConfigs for a given dataStore.

Returns:



78
79
80
81
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 78

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