Interface ListMetadataSchemasResponseOrBuilder (3.37.0)

public interface ListMetadataSchemasResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadataSchemas(int index)

public abstract MetadataSchema getMetadataSchemas(int index)

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataSchema

getMetadataSchemasCount()

public abstract int getMetadataSchemasCount()

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Returns
TypeDescription
int

getMetadataSchemasList()

public abstract List<MetadataSchema> getMetadataSchemasList()

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Returns
TypeDescription
List<MetadataSchema>

getMetadataSchemasOrBuilder(int index)

public abstract MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataSchemaOrBuilder

getMetadataSchemasOrBuilderList()

public abstract List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.