Interface ListSchemaRevisionsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      A token that can be sent as `page_token` to retrieve the next page.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token that can be sent as `page_token` to retrieve the next page.
      Schema getSchemas​(int index)
      The revisions of the schema.
      int getSchemasCount()
      The revisions of the schema.
      List<Schema> getSchemasList()
      The revisions of the schema.
      SchemaOrBuilder getSchemasOrBuilder​(int index)
      The revisions of the schema.
      List<? extends SchemaOrBuilder> getSchemasOrBuilderList()
      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 Detail

      • 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.