Uses of Class
com.google.cloud.aiplatform.v1.StructFieldValue
Packages that use StructFieldValue
-
Uses of StructFieldValue in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StructFieldValueModifier and TypeMethodDescriptionStructFieldValue.Builder.build()StructFieldValue.Builder.buildPartial()static StructFieldValueStructFieldValue.getDefaultInstance()StructFieldValue.Builder.getDefaultInstanceForType()StructFieldValue.getDefaultInstanceForType()StructValue.Builder.getValues(int index) A list of field values.StructValue.getValues(int index) A list of field values.StructValueOrBuilder.getValues(int index) A list of field values.static StructFieldValueStructFieldValue.parseDelimitedFrom(InputStream input) static StructFieldValueStructFieldValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructFieldValueStructFieldValue.parseFrom(byte[] data) static StructFieldValueStructFieldValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructFieldValueStructFieldValue.parseFrom(com.google.protobuf.ByteString data) static StructFieldValueStructFieldValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructFieldValueStructFieldValue.parseFrom(com.google.protobuf.CodedInputStream input) static StructFieldValueStructFieldValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructFieldValueStructFieldValue.parseFrom(InputStream input) static StructFieldValueStructFieldValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructFieldValueStructFieldValue.parseFrom(ByteBuffer data) static StructFieldValueStructFieldValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type StructFieldValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StructFieldValue>StructFieldValue.getParserForType()StructValue.Builder.getValuesList()A list of field values.StructValue.getValuesList()A list of field values.StructValueOrBuilder.getValuesList()A list of field values.static com.google.protobuf.Parser<StructFieldValue>StructFieldValue.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type StructFieldValueModifier and TypeMethodDescriptionStructValue.Builder.addValues(int index, StructFieldValue value) A list of field values.StructValue.Builder.addValues(StructFieldValue value) A list of field values.StructFieldValue.Builder.mergeFrom(StructFieldValue other) static StructFieldValue.BuilderStructFieldValue.newBuilder(StructFieldValue prototype) StructValue.Builder.setValues(int index, StructFieldValue value) A list of field values.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type StructFieldValueModifier and TypeMethodDescriptionStructValue.Builder.addAllValues(Iterable<? extends StructFieldValue> values) A list of field values.