public final class ListDocumentSchemasResponse extends GeneratedMessageV3 implements ListDocumentSchemasResponseOrBuilder
Response message for DocumentSchemaService.ListDocumentSchemas.
Protobuf type google.cloud.contentwarehouse.v1.ListDocumentSchemasResponse
Static Fields
DOCUMENT_SCHEMAS_FIELD_NUMBER
public static final int DOCUMENT_SCHEMAS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListDocumentSchemasResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListDocumentSchemasResponse.Builder newBuilder()
Returns
newBuilder(ListDocumentSchemasResponse prototype)
public static ListDocumentSchemasResponse.Builder newBuilder(ListDocumentSchemasResponse prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static ListDocumentSchemasResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDocumentSchemasResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListDocumentSchemasResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDocumentSchemasResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListDocumentSchemasResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDocumentSchemasResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ListDocumentSchemasResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDocumentSchemasResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ListDocumentSchemasResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDocumentSchemasResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListDocumentSchemasResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDocumentSchemasResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListDocumentSchemasResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListDocumentSchemasResponse getDefaultInstanceForType()
Returns
getDocumentSchemas(int index)
public DocumentSchema getDocumentSchemas(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
getDocumentSchemasCount()
public int getDocumentSchemasCount()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
getDocumentSchemasList()
public List<DocumentSchema> getDocumentSchemasList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
getDocumentSchemasOrBuilder(int index)
public DocumentSchemaOrBuilder getDocumentSchemasOrBuilder(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
getDocumentSchemasOrBuilderList()
public List<? extends DocumentSchemaOrBuilder> getDocumentSchemasOrBuilderList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.DocumentSchemaOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListDocumentSchemasResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListDocumentSchemasResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDocumentSchemasResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListDocumentSchemasResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions