public interface ListMetadataSchemasResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetadataSchemas(int index)
public abstract MetadataSchema getMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MetadataSchema |
getMetadataSchemasCount()
public abstract int getMetadataSchemasCount()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns | |
---|---|
Type | Description |
int |
getMetadataSchemasList()
public abstract List<MetadataSchema> getMetadataSchemasList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns | |
---|---|
Type | Description |
List<MetadataSchema> |
getMetadataSchemasOrBuilder(int index)
public abstract MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MetadataSchemaOrBuilder |
getMetadataSchemasOrBuilderList()
public abstract List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.MetadataSchemaOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as ListMetadataSchemasRequest.page_token to retrieve the next page. If this field is not populated, 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 ListMetadataSchemasRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |