public interface ListSchemaRevisionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Schema> getSchemasList()
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
Schema getSchemas(int index)
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
int getSchemasCount()
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
List<? extends SchemaOrBuilder> getSchemasOrBuilderList()
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
SchemaOrBuilder getSchemasOrBuilder(int index)
The revisions of the schema.
repeated .google.pubsub.v1.Schema schemas = 1;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.