Uses of Class
com.google.cloud.aiplatform.v1.Value.Builder
Packages that use Value.Builder
-
Uses of Value.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Value.BuilderModifier and TypeMethodDescriptionValue.Builder.clear()Value.Builder.clearDoubleValue()A double value.Value.Builder.clearIntValue()An integer value.Value.Builder.clearStringValue()A string value.Value.Builder.clearValue()Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Value.Builder.mergeFrom(com.google.protobuf.Message other) static Value.BuilderValue.newBuilder()static Value.BuilderValue.newBuilder(Value prototype) Value.newBuilderForType()protected Value.BuilderValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PipelineJob.RuntimeConfig.Builder.putParametersBuilderIfAbsent(String key) Deprecated.Value.Builder.setDoubleValue(double value) A double value.Value.Builder.setIntValue(long value) An integer value.Value.Builder.setStringValue(String value) A string value.Value.Builder.setStringValueBytes(com.google.protobuf.ByteString value) A string value.Value.toBuilder()