public interface ListDataSchemasResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataSchemas(int index)
public abstract DataSchema getDataSchemas(int index)
The data schemas from the specified corpus.
repeated .google.cloud.visionai.v1.DataSchema data_schemas = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataSchema |
getDataSchemasCount()
public abstract int getDataSchemasCount()
The data schemas from the specified corpus.
repeated .google.cloud.visionai.v1.DataSchema data_schemas = 1;
Returns | |
---|---|
Type | Description |
int |
getDataSchemasList()
public abstract List<DataSchema> getDataSchemasList()
The data schemas from the specified corpus.
repeated .google.cloud.visionai.v1.DataSchema data_schemas = 1;
Returns | |
---|---|
Type | Description |
List<DataSchema> |
getDataSchemasOrBuilder(int index)
public abstract DataSchemaOrBuilder getDataSchemasOrBuilder(int index)
The data schemas from the specified corpus.
repeated .google.cloud.visionai.v1.DataSchema data_schemas = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataSchemaOrBuilder |
getDataSchemasOrBuilderList()
public abstract List<? extends DataSchemaOrBuilder> getDataSchemasOrBuilderList()
The data schemas from the specified corpus.
repeated .google.cloud.visionai.v1.DataSchema data_schemas = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.DataSchemaOrBuilder> |
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. |