Uses of Class
com.google.cloud.aiplatform.v1beta1.MetadataList.Builder
Packages that use MetadataList.Builder
-
Uses of MetadataList.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MetadataList.BuilderModifier and TypeMethodDescriptionMetadataList.Builder.addAllValues(Iterable<? extends MetadataValue> values) The values of `LIST` data type metadata.MetadataList.Builder.addValues(int index, MetadataValue value) The values of `LIST` data type metadata.MetadataList.Builder.addValues(int index, MetadataValue.Builder builderForValue) The values of `LIST` data type metadata.MetadataList.Builder.addValues(MetadataValue value) The values of `LIST` data type metadata.MetadataList.Builder.addValues(MetadataValue.Builder builderForValue) The values of `LIST` data type metadata.MetadataList.Builder.clear()MetadataList.Builder.clearValues()The values of `LIST` data type metadata.MetadataValue.Builder.getListValueBuilder()Value of list type metadata.MetadataList.Builder.mergeFrom(MetadataList other) MetadataList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataList.Builder.mergeFrom(com.google.protobuf.Message other) static MetadataList.BuilderMetadataList.newBuilder()static MetadataList.BuilderMetadataList.newBuilder(MetadataList prototype) MetadataList.newBuilderForType()protected MetadataList.BuilderMetadataList.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MetadataList.Builder.removeValues(int index) The values of `LIST` data type metadata.MetadataList.Builder.setValues(int index, MetadataValue value) The values of `LIST` data type metadata.MetadataList.Builder.setValues(int index, MetadataValue.Builder builderForValue) The values of `LIST` data type metadata.MetadataList.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type MetadataList.BuilderModifier and TypeMethodDescriptionMetadataValue.Builder.setListValue(MetadataList.Builder builderForValue) Value of list type metadata.