Interface ListSchemaRevisionsResponseOrBuilder

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

public interface ListSchemaRevisionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A token that can be sent as `page_token` to retrieve the next page.
    com.google.protobuf.ByteString
    A token that can be sent as `page_token` to retrieve the next page.
    getSchemas(int index)
    The revisions of the schema.
    int
    The revisions of the schema.
    The revisions of the schema.
    The revisions of the schema.
    The revisions of the schema.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSchemasList

      List<Schema> getSchemasList()
       The revisions of the schema.
       
      repeated .google.pubsub.v1.Schema schemas = 1;
    • getSchemas

      Schema getSchemas(int index)
       The revisions of the schema.
       
      repeated .google.pubsub.v1.Schema schemas = 1;
    • getSchemasCount

      int getSchemasCount()
       The revisions of the schema.
       
      repeated .google.pubsub.v1.Schema schemas = 1;
    • getSchemasOrBuilderList

      List<? extends SchemaOrBuilder> getSchemasOrBuilderList()
       The revisions of the schema.
       
      repeated .google.pubsub.v1.Schema schemas = 1;
    • getSchemasOrBuilder

      SchemaOrBuilder getSchemasOrBuilder(int index)
       The revisions of the schema.
       
      repeated .google.pubsub.v1.Schema schemas = 1;
    • getNextPageToken

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

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