Interface MetadataListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataList,MetadataList.Builder
@Generated
public interface MetadataListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) The values of `LIST` data type metadata.intThe values of `LIST` data type metadata.The values of `LIST` data type metadata.getValuesOrBuilder(int index) The values of `LIST` data type metadata.List<? extends MetadataValueOrBuilder>The values of `LIST` data type metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<MetadataValue> getValuesList()The values of `LIST` data type metadata.
repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1; -
getValues
The values of `LIST` data type metadata.
repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1; -
getValuesCount
int getValuesCount()The values of `LIST` data type metadata.
repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1; -
getValuesOrBuilderList
List<? extends MetadataValueOrBuilder> getValuesOrBuilderList()The values of `LIST` data type metadata.
repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1; -
getValuesOrBuilder
The values of `LIST` data type metadata.
repeated .google.cloud.aiplatform.v1beta1.MetadataValue values = 1;
-