Interface ListCustomClassesResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListCustomClassesResponse, ListCustomClassesResponse.Builder

    public interface ListCustomClassesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCustomClassesList

        List<CustomClass> getCustomClassesList()
         The custom classes.
         
        repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;
      • getCustomClasses

        CustomClass getCustomClasses​(int index)
         The custom classes.
         
        repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;
      • getCustomClassesCount

        int getCustomClassesCount()
         The custom classes.
         
        repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;
      • getCustomClassesOrBuilderList

        List<? extends CustomClassOrBuilder> getCustomClassesOrBuilderList()
         The custom classes.
         
        repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;
      • getCustomClassesOrBuilder

        CustomClassOrBuilder getCustomClassesOrBuilder​(int index)
         The custom classes.
         
        repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.