public interface ListSchemasResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
If not empty, indicates that there may be more schemas that match the
request; this value should be passed in a new `ListSchemasRequest`.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more schemas that match the
request; this value should be passed in a new `ListSchemasRequest`.
|
Schema |
getSchemas(int index)
The resulting schemas.
|
int |
getSchemasCount()
The resulting schemas.
|
List<Schema> |
getSchemasList()
The resulting schemas.
|
SchemaOrBuilder |
getSchemasOrBuilder(int index)
The resulting schemas.
|
List<? extends SchemaOrBuilder> |
getSchemasOrBuilderList()
The resulting schemas.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Schema> getSchemasList()
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
Schema getSchemas(int index)
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
int getSchemasCount()
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
List<? extends SchemaOrBuilder> getSchemasOrBuilderList()
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
SchemaOrBuilder getSchemasOrBuilder(int index)
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
String getNextPageToken()
If not empty, indicates that there may be more schemas that match the request; this value should be passed in a new `ListSchemasRequest`.
string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more schemas that match the request; this value should be passed in a new `ListSchemasRequest`.
string next_page_token = 2;
Copyright © 2023 Google LLC. All rights reserved.