Interface ListDocumentSchemasResponseOrBuilder (0.37.0)

public interface ListDocumentSchemasResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
DocumentSchema

getDocumentSchemasCount()

public abstract int getDocumentSchemasCount()

The document schemas from the specified parent.

repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;

Returns
TypeDescription
int

getDocumentSchemasList()

public abstract List<DocumentSchema> getDocumentSchemasList()

The document schemas from the specified parent.

repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.