Uses of Class
com.google.cloud.aiplatform.v1.StructValue.Builder
Packages that use StructValue.Builder
-
Uses of StructValue.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StructValue.BuilderModifier and TypeMethodDescriptionStructValue.Builder.addAllValues(Iterable<? extends StructFieldValue> values) A list of field values.StructValue.Builder.addValues(int index, StructFieldValue value) A list of field values.StructValue.Builder.addValues(int index, StructFieldValue.Builder builderForValue) A list of field values.StructValue.Builder.addValues(StructFieldValue value) A list of field values.StructValue.Builder.addValues(StructFieldValue.Builder builderForValue) A list of field values.StructValue.Builder.clear()StructValue.Builder.clearValues()A list of field values.FeatureValue.Builder.getStructValueBuilder()A struct type feature value.StructValue.Builder.mergeFrom(StructValue other) StructValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StructValue.Builder.mergeFrom(com.google.protobuf.Message other) static StructValue.BuilderStructValue.newBuilder()static StructValue.BuilderStructValue.newBuilder(StructValue prototype) StructValue.newBuilderForType()protected StructValue.BuilderStructValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StructValue.Builder.removeValues(int index) A list of field values.StructValue.Builder.setValues(int index, StructFieldValue value) A list of field values.StructValue.Builder.setValues(int index, StructFieldValue.Builder builderForValue) A list of field values.StructValue.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type StructValue.BuilderModifier and TypeMethodDescriptionFeatureValue.Builder.setStructValue(StructValue.Builder builderForValue) A struct type feature value.