Package com.google.cloud.aiplatform.v1
Class FeatureValue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
- com.google.cloud.aiplatform.v1.FeatureValue.Builder
-
- All Implemented Interfaces:
FeatureValueOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- FeatureValue
public static final class FeatureValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder> implements FeatureValueOrBuilder
Value for a feature.
Protobuf typegoogle.cloud.aiplatform.v1.FeatureValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureValue.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FeatureValue
build()
FeatureValue
buildPartial()
FeatureValue.Builder
clear()
FeatureValue.Builder
clearBoolArrayValue()
A list of bool type feature value.FeatureValue.Builder
clearBoolValue()
Bool type feature value.FeatureValue.Builder
clearBytesValue()
Bytes feature value.FeatureValue.Builder
clearDoubleArrayValue()
A list of double type feature value.FeatureValue.Builder
clearDoubleValue()
Double type feature value.FeatureValue.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FeatureValue.Builder
clearInt64ArrayValue()
A list of int64 type feature value.FeatureValue.Builder
clearInt64Value()
Int64 feature value.FeatureValue.Builder
clearMetadata()
Metadata of feature value.FeatureValue.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
FeatureValue.Builder
clearStringArrayValue()
A list of string type feature value.FeatureValue.Builder
clearStringValue()
String feature value.FeatureValue.Builder
clearValue()
FeatureValue.Builder
clone()
BoolArray
getBoolArrayValue()
A list of bool type feature value.BoolArray.Builder
getBoolArrayValueBuilder()
A list of bool type feature value.BoolArrayOrBuilder
getBoolArrayValueOrBuilder()
A list of bool type feature value.boolean
getBoolValue()
Bool type feature value.com.google.protobuf.ByteString
getBytesValue()
Bytes feature value.FeatureValue
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
DoubleArray
getDoubleArrayValue()
A list of double type feature value.DoubleArray.Builder
getDoubleArrayValueBuilder()
A list of double type feature value.DoubleArrayOrBuilder
getDoubleArrayValueOrBuilder()
A list of double type feature value.double
getDoubleValue()
Double type feature value.Int64Array
getInt64ArrayValue()
A list of int64 type feature value.Int64Array.Builder
getInt64ArrayValueBuilder()
A list of int64 type feature value.Int64ArrayOrBuilder
getInt64ArrayValueOrBuilder()
A list of int64 type feature value.long
getInt64Value()
Int64 feature value.FeatureValue.Metadata
getMetadata()
Metadata of feature value.FeatureValue.Metadata.Builder
getMetadataBuilder()
Metadata of feature value.FeatureValue.MetadataOrBuilder
getMetadataOrBuilder()
Metadata of feature value.StringArray
getStringArrayValue()
A list of string type feature value.StringArray.Builder
getStringArrayValueBuilder()
A list of string type feature value.StringArrayOrBuilder
getStringArrayValueOrBuilder()
A list of string type feature value.String
getStringValue()
String feature value.com.google.protobuf.ByteString
getStringValueBytes()
String feature value.FeatureValue.ValueCase
getValueCase()
boolean
hasBoolArrayValue()
A list of bool type feature value.boolean
hasBoolValue()
Bool type feature value.boolean
hasBytesValue()
Bytes feature value.boolean
hasDoubleArrayValue()
A list of double type feature value.boolean
hasDoubleValue()
Double type feature value.boolean
hasInt64ArrayValue()
A list of int64 type feature value.boolean
hasInt64Value()
Int64 feature value.boolean
hasMetadata()
Metadata of feature value.boolean
hasStringArrayValue()
A list of string type feature value.boolean
hasStringValue()
String feature value.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
FeatureValue.Builder
mergeBoolArrayValue(BoolArray value)
A list of bool type feature value.FeatureValue.Builder
mergeDoubleArrayValue(DoubleArray value)
A list of double type feature value.FeatureValue.Builder
mergeFrom(FeatureValue other)
FeatureValue.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FeatureValue.Builder
mergeFrom(com.google.protobuf.Message other)
FeatureValue.Builder
mergeInt64ArrayValue(Int64Array value)
A list of int64 type feature value.FeatureValue.Builder
mergeMetadata(FeatureValue.Metadata value)
Metadata of feature value.FeatureValue.Builder
mergeStringArrayValue(StringArray value)
A list of string type feature value.FeatureValue.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FeatureValue.Builder
setBoolArrayValue(BoolArray value)
A list of bool type feature value.FeatureValue.Builder
setBoolArrayValue(BoolArray.Builder builderForValue)
A list of bool type feature value.FeatureValue.Builder
setBoolValue(boolean value)
Bool type feature value.FeatureValue.Builder
setBytesValue(com.google.protobuf.ByteString value)
Bytes feature value.FeatureValue.Builder
setDoubleArrayValue(DoubleArray value)
A list of double type feature value.FeatureValue.Builder
setDoubleArrayValue(DoubleArray.Builder builderForValue)
A list of double type feature value.FeatureValue.Builder
setDoubleValue(double value)
Double type feature value.FeatureValue.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FeatureValue.Builder
setInt64ArrayValue(Int64Array value)
A list of int64 type feature value.FeatureValue.Builder
setInt64ArrayValue(Int64Array.Builder builderForValue)
A list of int64 type feature value.FeatureValue.Builder
setInt64Value(long value)
Int64 feature value.FeatureValue.Builder
setMetadata(FeatureValue.Metadata value)
Metadata of feature value.FeatureValue.Builder
setMetadata(FeatureValue.Metadata.Builder builderForValue)
Metadata of feature value.FeatureValue.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
FeatureValue.Builder
setStringArrayValue(StringArray value)
A list of string type feature value.FeatureValue.Builder
setStringArrayValue(StringArray.Builder builderForValue)
A list of string type feature value.FeatureValue.Builder
setStringValue(String value)
String feature value.FeatureValue.Builder
setStringValueBytes(com.google.protobuf.ByteString value)
String feature value.FeatureValue.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
clear
public FeatureValue.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
getDefaultInstanceForType
public FeatureValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public FeatureValue build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FeatureValue buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FeatureValue.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
setField
public FeatureValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
clearField
public FeatureValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
clearOneof
public FeatureValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
setRepeatedField
public FeatureValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
addRepeatedField
public FeatureValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
mergeFrom
public FeatureValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FeatureValue.Builder>
-
mergeFrom
public FeatureValue.Builder mergeFrom(FeatureValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
mergeFrom
public FeatureValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FeatureValue.Builder>
- Throws:
IOException
-
getValueCase
public FeatureValue.ValueCase getValueCase()
- Specified by:
getValueCase
in interfaceFeatureValueOrBuilder
-
clearValue
public FeatureValue.Builder clearValue()
-
hasBoolValue
public boolean hasBoolValue()
Bool type feature value.
bool bool_value = 1;
- Specified by:
hasBoolValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()
Bool type feature value.
bool bool_value = 1;
- Specified by:
getBoolValue
in interfaceFeatureValueOrBuilder
- Returns:
- The boolValue.
-
setBoolValue
public FeatureValue.Builder setBoolValue(boolean value)
Bool type feature value.
bool bool_value = 1;
- Parameters:
value
- The boolValue to set.- Returns:
- This builder for chaining.
-
clearBoolValue
public FeatureValue.Builder clearBoolValue()
Bool type feature value.
bool bool_value = 1;
- Returns:
- This builder for chaining.
-
hasDoubleValue
public boolean hasDoubleValue()
Double type feature value.
double double_value = 2;
- Specified by:
hasDoubleValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()
Double type feature value.
double double_value = 2;
- Specified by:
getDoubleValue
in interfaceFeatureValueOrBuilder
- Returns:
- The doubleValue.
-
setDoubleValue
public FeatureValue.Builder setDoubleValue(double value)
Double type feature value.
double double_value = 2;
- Parameters:
value
- The doubleValue to set.- Returns:
- This builder for chaining.
-
clearDoubleValue
public FeatureValue.Builder clearDoubleValue()
Double type feature value.
double double_value = 2;
- Returns:
- This builder for chaining.
-
hasInt64Value
public boolean hasInt64Value()
Int64 feature value.
int64 int64_value = 5;
- Specified by:
hasInt64Value
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()
Int64 feature value.
int64 int64_value = 5;
- Specified by:
getInt64Value
in interfaceFeatureValueOrBuilder
- Returns:
- The int64Value.
-
setInt64Value
public FeatureValue.Builder setInt64Value(long value)
Int64 feature value.
int64 int64_value = 5;
- Parameters:
value
- The int64Value to set.- Returns:
- This builder for chaining.
-
clearInt64Value
public FeatureValue.Builder clearInt64Value()
Int64 feature value.
int64 int64_value = 5;
- Returns:
- This builder for chaining.
-
hasStringValue
public boolean hasStringValue()
String feature value.
string string_value = 6;
- Specified by:
hasStringValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the stringValue field is set.
-
getStringValue
public String getStringValue()
String feature value.
string string_value = 6;
- Specified by:
getStringValue
in interfaceFeatureValueOrBuilder
- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()
String feature value.
string string_value = 6;
- Specified by:
getStringValueBytes
in interfaceFeatureValueOrBuilder
- Returns:
- The bytes for stringValue.
-
setStringValue
public FeatureValue.Builder setStringValue(String value)
String feature value.
string string_value = 6;
- Parameters:
value
- The stringValue to set.- Returns:
- This builder for chaining.
-
clearStringValue
public FeatureValue.Builder clearStringValue()
String feature value.
string string_value = 6;
- Returns:
- This builder for chaining.
-
setStringValueBytes
public FeatureValue.Builder setStringValueBytes(com.google.protobuf.ByteString value)
String feature value.
string string_value = 6;
- Parameters:
value
- The bytes for stringValue to set.- Returns:
- This builder for chaining.
-
hasBoolArrayValue
public boolean hasBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
- Specified by:
hasBoolArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the boolArrayValue field is set.
-
getBoolArrayValue
public BoolArray getBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
- Specified by:
getBoolArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- The boolArrayValue.
-
setBoolArrayValue
public FeatureValue.Builder setBoolArrayValue(BoolArray value)
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
-
setBoolArrayValue
public FeatureValue.Builder setBoolArrayValue(BoolArray.Builder builderForValue)
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
-
mergeBoolArrayValue
public FeatureValue.Builder mergeBoolArrayValue(BoolArray value)
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
-
clearBoolArrayValue
public FeatureValue.Builder clearBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
-
getBoolArrayValueBuilder
public BoolArray.Builder getBoolArrayValueBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
-
getBoolArrayValueOrBuilder
public BoolArrayOrBuilder getBoolArrayValueOrBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
- Specified by:
getBoolArrayValueOrBuilder
in interfaceFeatureValueOrBuilder
-
hasDoubleArrayValue
public boolean hasDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
- Specified by:
hasDoubleArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the doubleArrayValue field is set.
-
getDoubleArrayValue
public DoubleArray getDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
- Specified by:
getDoubleArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- The doubleArrayValue.
-
setDoubleArrayValue
public FeatureValue.Builder setDoubleArrayValue(DoubleArray value)
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
-
setDoubleArrayValue
public FeatureValue.Builder setDoubleArrayValue(DoubleArray.Builder builderForValue)
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
-
mergeDoubleArrayValue
public FeatureValue.Builder mergeDoubleArrayValue(DoubleArray value)
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
-
clearDoubleArrayValue
public FeatureValue.Builder clearDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
-
getDoubleArrayValueBuilder
public DoubleArray.Builder getDoubleArrayValueBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
-
getDoubleArrayValueOrBuilder
public DoubleArrayOrBuilder getDoubleArrayValueOrBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
- Specified by:
getDoubleArrayValueOrBuilder
in interfaceFeatureValueOrBuilder
-
hasInt64ArrayValue
public boolean hasInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
- Specified by:
hasInt64ArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the int64ArrayValue field is set.
-
getInt64ArrayValue
public Int64Array getInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
- Specified by:
getInt64ArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- The int64ArrayValue.
-
setInt64ArrayValue
public FeatureValue.Builder setInt64ArrayValue(Int64Array value)
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
-
setInt64ArrayValue
public FeatureValue.Builder setInt64ArrayValue(Int64Array.Builder builderForValue)
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
-
mergeInt64ArrayValue
public FeatureValue.Builder mergeInt64ArrayValue(Int64Array value)
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
-
clearInt64ArrayValue
public FeatureValue.Builder clearInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
-
getInt64ArrayValueBuilder
public Int64Array.Builder getInt64ArrayValueBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
-
getInt64ArrayValueOrBuilder
public Int64ArrayOrBuilder getInt64ArrayValueOrBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
- Specified by:
getInt64ArrayValueOrBuilder
in interfaceFeatureValueOrBuilder
-
hasStringArrayValue
public boolean hasStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
- Specified by:
hasStringArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the stringArrayValue field is set.
-
getStringArrayValue
public StringArray getStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
- Specified by:
getStringArrayValue
in interfaceFeatureValueOrBuilder
- Returns:
- The stringArrayValue.
-
setStringArrayValue
public FeatureValue.Builder setStringArrayValue(StringArray value)
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
-
setStringArrayValue
public FeatureValue.Builder setStringArrayValue(StringArray.Builder builderForValue)
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
-
mergeStringArrayValue
public FeatureValue.Builder mergeStringArrayValue(StringArray value)
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
-
clearStringArrayValue
public FeatureValue.Builder clearStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
-
getStringArrayValueBuilder
public StringArray.Builder getStringArrayValueBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
-
getStringArrayValueOrBuilder
public StringArrayOrBuilder getStringArrayValueOrBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;
- Specified by:
getStringArrayValueOrBuilder
in interfaceFeatureValueOrBuilder
-
hasBytesValue
public boolean hasBytesValue()
Bytes feature value.
bytes bytes_value = 13;
- Specified by:
hasBytesValue
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
public com.google.protobuf.ByteString getBytesValue()
Bytes feature value.
bytes bytes_value = 13;
- Specified by:
getBytesValue
in interfaceFeatureValueOrBuilder
- Returns:
- The bytesValue.
-
setBytesValue
public FeatureValue.Builder setBytesValue(com.google.protobuf.ByteString value)
Bytes feature value.
bytes bytes_value = 13;
- Parameters:
value
- The bytesValue to set.- Returns:
- This builder for chaining.
-
clearBytesValue
public FeatureValue.Builder clearBytesValue()
Bytes feature value.
bytes bytes_value = 13;
- Returns:
- This builder for chaining.
-
hasMetadata
public boolean hasMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
- Specified by:
hasMetadata
in interfaceFeatureValueOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
public FeatureValue.Metadata getMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
- Specified by:
getMetadata
in interfaceFeatureValueOrBuilder
- Returns:
- The metadata.
-
setMetadata
public FeatureValue.Builder setMetadata(FeatureValue.Metadata value)
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
-
setMetadata
public FeatureValue.Builder setMetadata(FeatureValue.Metadata.Builder builderForValue)
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
-
mergeMetadata
public FeatureValue.Builder mergeMetadata(FeatureValue.Metadata value)
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
-
clearMetadata
public FeatureValue.Builder clearMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
-
getMetadataBuilder
public FeatureValue.Metadata.Builder getMetadataBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
-
getMetadataOrBuilder
public FeatureValue.MetadataOrBuilder getMetadataOrBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
- Specified by:
getMetadataOrBuilder
in interfaceFeatureValueOrBuilder
-
setUnknownFields
public final FeatureValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
mergeUnknownFields
public final FeatureValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
-