public interface ListDocumentSchemasResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocumentSchemas(int index)
public abstract DocumentSchema getDocumentSchemas(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Name | Description |
index | int |
Type | Description |
DocumentSchema |
getDocumentSchemasCount()
public abstract int getDocumentSchemasCount()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Type | Description |
int |
getDocumentSchemasList()
public abstract List<DocumentSchema> getDocumentSchemasList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Type | Description |
List<DocumentSchema> |
getDocumentSchemasOrBuilder(int index)
public abstract DocumentSchemaOrBuilder getDocumentSchemasOrBuilder(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Name | Description |
index | int |
Type | Description |
DocumentSchemaOrBuilder |
getDocumentSchemasOrBuilderList()
public abstract List<? extends DocumentSchemaOrBuilder> getDocumentSchemasOrBuilderList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.DocumentSchemaOrBuilder> |
getNextPageToken()
public abstract 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;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
Type | Description |
ByteString | The bytes for nextPageToken. |