Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsResponse.
Response for ListServingConfigs method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — Pagination token, if not returned indicates the last page.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Pagination token, if not returned indicates the last page.
    Returns
    
  - (::String) — Pagination token, if not returned indicates the last page.
#serving_configs
def serving_configs() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>) — All the ServingConfigs for a given dataStore.
#serving_configs=
def serving_configs=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>) — All the ServingConfigs for a given dataStore.
    Returns
    
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>) — All the ServingConfigs for a given dataStore.