public final class ListSchemasResponse extends GeneratedMessageV3 implements ListSchemasResponseOrBuilder
Response for the ListSchemas
method.
Protobuf type google.pubsub.v1.ListSchemasResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListSchemasResponseImplements
ListSchemasResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
SCHEMAS_FIELD_NUMBER
public static final int SCHEMAS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListSchemasResponse getDefaultInstance()
Type | Description |
ListSchemasResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListSchemasResponse.Builder newBuilder()
Type | Description |
ListSchemasResponse.Builder |
newBuilder(ListSchemasResponse prototype)
public static ListSchemasResponse.Builder newBuilder(ListSchemasResponse prototype)
Name | Description |
prototype | ListSchemasResponse |
Type | Description |
ListSchemasResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListSchemasResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListSchemasResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSchemasResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSchemasResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListSchemasResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListSchemasResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListSchemasResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSchemasResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListSchemasResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListSchemasResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSchemasResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSchemasResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListSchemasResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListSchemasResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSchemasResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSchemasResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListSchemasResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListSchemasResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSchemasResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSchemasResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListSchemasResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListSchemasResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListSchemasResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSchemasResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListSchemasResponse> parser()
Type | Description |
Parser<ListSchemasResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListSchemasResponse getDefaultInstanceForType()
Type | Description |
ListSchemasResponse |
getNextPageToken()
public 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;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public 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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListSchemasResponse> getParserForType()
Type | Description |
Parser<ListSchemasResponse> |
getSchemas(int index)
public Schema getSchemas(int index)
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
Name | Description |
index | int |
Type | Description |
Schema |
getSchemasCount()
public int getSchemasCount()
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
Type | Description |
int |
getSchemasList()
public List<Schema> getSchemasList()
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
Type | Description |
List<Schema> |
getSchemasOrBuilder(int index)
public SchemaOrBuilder getSchemasOrBuilder(int index)
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
Name | Description |
index | int |
Type | Description |
SchemaOrBuilder |
getSchemasOrBuilderList()
public List<? extends SchemaOrBuilder> getSchemasOrBuilderList()
The resulting schemas.
repeated .google.pubsub.v1.Schema schemas = 1;
Type | Description |
List<? extends com.google.pubsub.v1.SchemaOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListSchemasResponse.Builder newBuilderForType()
Type | Description |
ListSchemasResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListSchemasResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListSchemasResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListSchemasResponse.Builder toBuilder()
Type | Description |
ListSchemasResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |