public interface ListDocumentSchemasResponseOrBuilder extends MessageOrBuilderImplements
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DocumentSchema |
|
getDocumentSchemasCount()
public abstract int getDocumentSchemasCount()The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |