Interface SearchCaseClassificationsResponseOrBuilder

    • Method Detail

      • getCaseClassificationsList

        List<CaseClassification> getCaseClassificationsList()
         The classifications retrieved.
         
        repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;
      • getCaseClassifications

        CaseClassification getCaseClassifications​(int index)
         The classifications retrieved.
         
        repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;
      • getCaseClassificationsCount

        int getCaseClassificationsCount()
         The classifications retrieved.
         
        repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;
      • getCaseClassificationsOrBuilderList

        List<? extends CaseClassificationOrBuilder> getCaseClassificationsOrBuilderList()
         The classifications retrieved.
         
        repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;
      • getCaseClassificationsOrBuilder

        CaseClassificationOrBuilder getCaseClassificationsOrBuilder​(int index)
         The classifications retrieved.
         
        repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve the next page of results. This should be set in the
         `page_token` field of subsequent `SearchCaseClassificationsRequest` message
         that is issued. If unspecified, there are no more results to retrieve.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve the next page of results. This should be set in the
         `page_token` field of subsequent `SearchCaseClassificationsRequest` message
         that is issued. If unspecified, there are no more results to retrieve.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.