Interface ListServingConfigsResponseOrBuilder

    • Method Detail

      • getServingConfigsList

        List<ServingConfig> getServingConfigsList()
         All the ServingConfigs for a given catalog.
         
        repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
      • getServingConfigs

        ServingConfig getServingConfigs​(int index)
         All the ServingConfigs for a given catalog.
         
        repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
      • getServingConfigsCount

        int getServingConfigsCount()
         All the ServingConfigs for a given catalog.
         
        repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
      • getServingConfigsOrBuilderList

        List<? extends ServingConfigOrBuilder> getServingConfigsOrBuilderList()
         All the ServingConfigs for a given catalog.
         
        repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
      • getServingConfigsOrBuilder

        ServingConfigOrBuilder getServingConfigsOrBuilder​(int index)
         All the ServingConfigs for a given catalog.
         
        repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
      • getNextPageToken

        String getNextPageToken()
         Pagination token, if not returned indicates the last page.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Pagination token, if not returned indicates the last page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.