public interface ListSchemaRevisionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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 | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getSchemas(int index)
public abstract Schema getSchemas(int index)
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Schema |
getSchemasCount()
public abstract int getSchemasCount()
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
Returns | |
---|---|
Type | Description |
int |
getSchemasList()
public abstract List<Schema> getSchemasList()
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
Returns | |
---|---|
Type | Description |
List<Schema> |
getSchemasOrBuilder(int index)
public abstract SchemaOrBuilder getSchemasOrBuilder(int index)
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SchemaOrBuilder |
getSchemasOrBuilderList()
public abstract List<? extends SchemaOrBuilder> getSchemasOrBuilderList()
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.pubsub.v1.SchemaOrBuilder> |