Package com.google.pubsub.v1
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 TypeMethodDescriptionA token that can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token that can be sent as `page_token` to retrieve the next page.getSchemas(int index) The revisions of the schema.intThe revisions of the schema.The revisions of the schema.getSchemasOrBuilder(int index) The revisions of the schema.List<? extends SchemaOrBuilder>The revisions of the schema.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSchemasList
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1; -
getSchemas
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
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.
-