Uses of Class
com.google.cloud.aiplatform.v1beta1.MetadataValue
Packages that use MetadataValue
-
Uses of MetadataValue in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MetadataValueModifier and TypeMethodDescriptionMetadataValue.Builder.build()MetadataValue.Builder.buildPartial()static MetadataValueMetadataValue.getDefaultInstance()MetadataValue.Builder.getDefaultInstanceForType()MetadataValue.getDefaultInstanceForType()UserSpecifiedMetadata.Builder.getValue()Value of the metadata.UserSpecifiedMetadata.getValue()Value of the metadata.UserSpecifiedMetadataOrBuilder.getValue()Value of the metadata.MetadataList.Builder.getValues(int index) The values of `LIST` data type metadata.MetadataList.getValues(int index) The values of `LIST` data type metadata.MetadataListOrBuilder.getValues(int index) The values of `LIST` data type metadata.static MetadataValueMetadataValue.parseDelimitedFrom(InputStream input) static MetadataValueMetadataValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataValueMetadataValue.parseFrom(byte[] data) static MetadataValueMetadataValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataValueMetadataValue.parseFrom(com.google.protobuf.ByteString data) static MetadataValueMetadataValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataValueMetadataValue.parseFrom(com.google.protobuf.CodedInputStream input) static MetadataValueMetadataValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataValueMetadataValue.parseFrom(InputStream input) static MetadataValueMetadataValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataValueMetadataValue.parseFrom(ByteBuffer data) static MetadataValueMetadataValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MetadataValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MetadataValue>MetadataValue.getParserForType()MetadataList.Builder.getValuesList()The values of `LIST` data type metadata.MetadataList.getValuesList()The values of `LIST` data type metadata.MetadataListOrBuilder.getValuesList()The values of `LIST` data type metadata.static com.google.protobuf.Parser<MetadataValue>MetadataValue.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type MetadataValueModifier and TypeMethodDescriptionMetadataList.Builder.addValues(int index, MetadataValue value) The values of `LIST` data type metadata.MetadataList.Builder.addValues(MetadataValue value) The values of `LIST` data type metadata.MetadataValue.Builder.mergeFrom(MetadataValue other) UserSpecifiedMetadata.Builder.mergeValue(MetadataValue value) Value of the metadata.static MetadataValue.BuilderMetadataValue.newBuilder(MetadataValue prototype) UserSpecifiedMetadata.Builder.setValue(MetadataValue value) Value of the metadata.MetadataList.Builder.setValues(int index, MetadataValue value) The values of `LIST` data type metadata.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type MetadataValueModifier and TypeMethodDescriptionMetadataList.Builder.addAllValues(Iterable<? extends MetadataValue> values) The values of `LIST` data type metadata.