Uses of Class
com.google.cloud.aiplatform.v1.StructFieldValue.Builder
Packages that use StructFieldValue.Builder
-
Uses of StructFieldValue.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StructFieldValue.BuilderModifier and TypeMethodDescriptionStructValue.Builder.addValuesBuilder()A list of field values.StructValue.Builder.addValuesBuilder(int index) A list of field values.StructFieldValue.Builder.clear()StructFieldValue.Builder.clearName()Name of the field in the struct feature.StructFieldValue.Builder.clearValue()The value for this field.StructValue.Builder.getValuesBuilder(int index) A list of field values.StructFieldValue.Builder.mergeFrom(StructFieldValue other) StructFieldValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StructFieldValue.Builder.mergeFrom(com.google.protobuf.Message other) StructFieldValue.Builder.mergeValue(FeatureValue value) The value for this field.static StructFieldValue.BuilderStructFieldValue.newBuilder()static StructFieldValue.BuilderStructFieldValue.newBuilder(StructFieldValue prototype) StructFieldValue.newBuilderForType()protected StructFieldValue.BuilderStructFieldValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Name of the field in the struct feature.StructFieldValue.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the field in the struct feature.StructFieldValue.Builder.setValue(FeatureValue value) The value for this field.StructFieldValue.Builder.setValue(FeatureValue.Builder builderForValue) The value for this field.StructFieldValue.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type StructFieldValue.BuilderModifier and TypeMethodDescriptionStructValue.Builder.getValuesBuilderList()A list of field values.Methods in com.google.cloud.aiplatform.v1 with parameters of type StructFieldValue.BuilderModifier and TypeMethodDescriptionStructValue.Builder.addValues(int index, StructFieldValue.Builder builderForValue) A list of field values.StructValue.Builder.addValues(StructFieldValue.Builder builderForValue) A list of field values.StructValue.Builder.setValues(int index, StructFieldValue.Builder builderForValue) A list of field values.