Interface MetadataListOrBuilder (3.89.0)

public interface MetadataListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract MetadataValue getValues(int index)

The values of LIST data type metadata.

repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataValue

getValuesCount()

public abstract int getValuesCount()

The values of LIST data type metadata.

repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1;

Returns
Type Description
int

getValuesList()

public abstract List<MetadataValue> getValuesList()

The values of LIST data type metadata.

repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1;

Returns
Type Description
List<MetadataValue>

getValuesOrBuilder(int index)

public abstract MetadataValueOrBuilder getValuesOrBuilder(int index)

The values of LIST data type metadata.

repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends MetadataValueOrBuilder> getValuesOrBuilderList()

The values of LIST data type metadata.

repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.MetadataValueOrBuilder>