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.v1beta1.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.v1beta1.FeatureValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureValue.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FeatureValuebuild()FeatureValuebuildPartial()FeatureValue.Builderclear()FeatureValue.BuilderclearBoolArrayValue()A list of bool type feature value.FeatureValue.BuilderclearBoolValue()Bool type feature value.FeatureValue.BuilderclearBytesValue()Bytes feature value.FeatureValue.BuilderclearDoubleArrayValue()A list of double type feature value.FeatureValue.BuilderclearDoubleValue()Double type feature value.FeatureValue.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)FeatureValue.BuilderclearInt64ArrayValue()A list of int64 type feature value.FeatureValue.BuilderclearInt64Value()Int64 feature value.FeatureValue.BuilderclearMetadata()Metadata of feature value.FeatureValue.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)FeatureValue.BuilderclearStringArrayValue()A list of string type feature value.FeatureValue.BuilderclearStringValue()String feature value.FeatureValue.BuilderclearValue()FeatureValue.Builderclone()BoolArraygetBoolArrayValue()A list of bool type feature value.BoolArray.BuildergetBoolArrayValueBuilder()A list of bool type feature value.BoolArrayOrBuildergetBoolArrayValueOrBuilder()A list of bool type feature value.booleangetBoolValue()Bool type feature value.com.google.protobuf.ByteStringgetBytesValue()Bytes feature value.FeatureValuegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()DoubleArraygetDoubleArrayValue()A list of double type feature value.DoubleArray.BuildergetDoubleArrayValueBuilder()A list of double type feature value.DoubleArrayOrBuildergetDoubleArrayValueOrBuilder()A list of double type feature value.doublegetDoubleValue()Double type feature value.Int64ArraygetInt64ArrayValue()A list of int64 type feature value.Int64Array.BuildergetInt64ArrayValueBuilder()A list of int64 type feature value.Int64ArrayOrBuildergetInt64ArrayValueOrBuilder()A list of int64 type feature value.longgetInt64Value()Int64 feature value.FeatureValue.MetadatagetMetadata()Metadata of feature value.FeatureValue.Metadata.BuildergetMetadataBuilder()Metadata of feature value.FeatureValue.MetadataOrBuildergetMetadataOrBuilder()Metadata of feature value.StringArraygetStringArrayValue()A list of string type feature value.StringArray.BuildergetStringArrayValueBuilder()A list of string type feature value.StringArrayOrBuildergetStringArrayValueOrBuilder()A list of string type feature value.StringgetStringValue()String feature value.com.google.protobuf.ByteStringgetStringValueBytes()String feature value.FeatureValue.ValueCasegetValueCase()booleanhasBoolArrayValue()A list of bool type feature value.booleanhasBoolValue()Bool type feature value.booleanhasBytesValue()Bytes feature value.booleanhasDoubleArrayValue()A list of double type feature value.booleanhasDoubleValue()Double type feature value.booleanhasInt64ArrayValue()A list of int64 type feature value.booleanhasInt64Value()Int64 feature value.booleanhasMetadata()Metadata of feature value.booleanhasStringArrayValue()A list of string type feature value.booleanhasStringValue()String feature value.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()FeatureValue.BuildermergeBoolArrayValue(BoolArray value)A list of bool type feature value.FeatureValue.BuildermergeDoubleArrayValue(DoubleArray value)A list of double type feature value.FeatureValue.BuildermergeFrom(FeatureValue other)FeatureValue.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)FeatureValue.BuildermergeFrom(com.google.protobuf.Message other)FeatureValue.BuildermergeInt64ArrayValue(Int64Array value)A list of int64 type feature value.FeatureValue.BuildermergeMetadata(FeatureValue.Metadata value)Metadata of feature value.FeatureValue.BuildermergeStringArrayValue(StringArray value)A list of string type feature value.FeatureValue.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)FeatureValue.BuildersetBoolArrayValue(BoolArray value)A list of bool type feature value.FeatureValue.BuildersetBoolArrayValue(BoolArray.Builder builderForValue)A list of bool type feature value.FeatureValue.BuildersetBoolValue(boolean value)Bool type feature value.FeatureValue.BuildersetBytesValue(com.google.protobuf.ByteString value)Bytes feature value.FeatureValue.BuildersetDoubleArrayValue(DoubleArray value)A list of double type feature value.FeatureValue.BuildersetDoubleArrayValue(DoubleArray.Builder builderForValue)A list of double type feature value.FeatureValue.BuildersetDoubleValue(double value)Double type feature value.FeatureValue.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FeatureValue.BuildersetInt64ArrayValue(Int64Array value)A list of int64 type feature value.FeatureValue.BuildersetInt64ArrayValue(Int64Array.Builder builderForValue)A list of int64 type feature value.FeatureValue.BuildersetInt64Value(long value)Int64 feature value.FeatureValue.BuildersetMetadata(FeatureValue.Metadata value)Metadata of feature value.FeatureValue.BuildersetMetadata(FeatureValue.Metadata.Builder builderForValue)Metadata of feature value.FeatureValue.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)FeatureValue.BuildersetStringArrayValue(StringArray value)A list of string type feature value.FeatureValue.BuildersetStringArrayValue(StringArray.Builder builderForValue)A list of string type feature value.FeatureValue.BuildersetStringValue(String value)String feature value.FeatureValue.BuildersetStringValueBytes(com.google.protobuf.ByteString value)String feature value.FeatureValue.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
clear
public FeatureValue.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
getDefaultInstanceForType
public FeatureValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public FeatureValue build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FeatureValue buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FeatureValue.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
setField
public FeatureValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
clearField
public FeatureValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
clearOneof
public FeatureValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
setRepeatedField
public FeatureValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
addRepeatedField
public FeatureValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
mergeFrom
public FeatureValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<FeatureValue.Builder>
-
mergeFrom
public FeatureValue.Builder mergeFrom(FeatureValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<FeatureValue.Builder>- Throws:
IOException
-
getValueCase
public FeatureValue.ValueCase getValueCase()
- Specified by:
getValueCasein interfaceFeatureValueOrBuilder
-
clearValue
public FeatureValue.Builder clearValue()
-
hasBoolValue
public boolean hasBoolValue()
Bool type feature value.
bool bool_value = 1;- Specified by:
hasBoolValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()
Bool type feature value.
bool bool_value = 1;- Specified by:
getBoolValuein 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:
hasDoubleValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()
Double type feature value.
double double_value = 2;- Specified by:
getDoubleValuein 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:
hasInt64Valuein interfaceFeatureValueOrBuilder- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()
Int64 feature value.
int64 int64_value = 5;- Specified by:
getInt64Valuein 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:
hasStringValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the stringValue field is set.
-
getStringValue
public String getStringValue()
String feature value.
string string_value = 6;- Specified by:
getStringValuein interfaceFeatureValueOrBuilder- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()
String feature value.
string string_value = 6;- Specified by:
getStringValueBytesin 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.v1beta1.BoolArray bool_array_value = 7;- Specified by:
hasBoolArrayValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the boolArrayValue field is set.
-
getBoolArrayValue
public BoolArray getBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;- Specified by:
getBoolArrayValuein interfaceFeatureValueOrBuilder- Returns:
- The boolArrayValue.
-
setBoolArrayValue
public FeatureValue.Builder setBoolArrayValue(BoolArray value)
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
-
setBoolArrayValue
public FeatureValue.Builder setBoolArrayValue(BoolArray.Builder builderForValue)
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
-
mergeBoolArrayValue
public FeatureValue.Builder mergeBoolArrayValue(BoolArray value)
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
-
clearBoolArrayValue
public FeatureValue.Builder clearBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
-
getBoolArrayValueBuilder
public BoolArray.Builder getBoolArrayValueBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
-
getBoolArrayValueOrBuilder
public BoolArrayOrBuilder getBoolArrayValueOrBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;- Specified by:
getBoolArrayValueOrBuilderin interfaceFeatureValueOrBuilder
-
hasDoubleArrayValue
public boolean hasDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;- Specified by:
hasDoubleArrayValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the doubleArrayValue field is set.
-
getDoubleArrayValue
public DoubleArray getDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;- Specified by:
getDoubleArrayValuein interfaceFeatureValueOrBuilder- Returns:
- The doubleArrayValue.
-
setDoubleArrayValue
public FeatureValue.Builder setDoubleArrayValue(DoubleArray value)
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
-
setDoubleArrayValue
public FeatureValue.Builder setDoubleArrayValue(DoubleArray.Builder builderForValue)
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
-
mergeDoubleArrayValue
public FeatureValue.Builder mergeDoubleArrayValue(DoubleArray value)
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
-
clearDoubleArrayValue
public FeatureValue.Builder clearDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
-
getDoubleArrayValueBuilder
public DoubleArray.Builder getDoubleArrayValueBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
-
getDoubleArrayValueOrBuilder
public DoubleArrayOrBuilder getDoubleArrayValueOrBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;- Specified by:
getDoubleArrayValueOrBuilderin interfaceFeatureValueOrBuilder
-
hasInt64ArrayValue
public boolean hasInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;- Specified by:
hasInt64ArrayValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the int64ArrayValue field is set.
-
getInt64ArrayValue
public Int64Array getInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;- Specified by:
getInt64ArrayValuein interfaceFeatureValueOrBuilder- Returns:
- The int64ArrayValue.
-
setInt64ArrayValue
public FeatureValue.Builder setInt64ArrayValue(Int64Array value)
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
-
setInt64ArrayValue
public FeatureValue.Builder setInt64ArrayValue(Int64Array.Builder builderForValue)
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
-
mergeInt64ArrayValue
public FeatureValue.Builder mergeInt64ArrayValue(Int64Array value)
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
-
clearInt64ArrayValue
public FeatureValue.Builder clearInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
-
getInt64ArrayValueBuilder
public Int64Array.Builder getInt64ArrayValueBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
-
getInt64ArrayValueOrBuilder
public Int64ArrayOrBuilder getInt64ArrayValueOrBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;- Specified by:
getInt64ArrayValueOrBuilderin interfaceFeatureValueOrBuilder
-
hasStringArrayValue
public boolean hasStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;- Specified by:
hasStringArrayValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the stringArrayValue field is set.
-
getStringArrayValue
public StringArray getStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;- Specified by:
getStringArrayValuein interfaceFeatureValueOrBuilder- Returns:
- The stringArrayValue.
-
setStringArrayValue
public FeatureValue.Builder setStringArrayValue(StringArray value)
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
-
setStringArrayValue
public FeatureValue.Builder setStringArrayValue(StringArray.Builder builderForValue)
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
-
mergeStringArrayValue
public FeatureValue.Builder mergeStringArrayValue(StringArray value)
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
-
clearStringArrayValue
public FeatureValue.Builder clearStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
-
getStringArrayValueBuilder
public StringArray.Builder getStringArrayValueBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
-
getStringArrayValueOrBuilder
public StringArrayOrBuilder getStringArrayValueOrBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;- Specified by:
getStringArrayValueOrBuilderin interfaceFeatureValueOrBuilder
-
hasBytesValue
public boolean hasBytesValue()
Bytes feature value.
bytes bytes_value = 13;- Specified by:
hasBytesValuein interfaceFeatureValueOrBuilder- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
public com.google.protobuf.ByteString getBytesValue()
Bytes feature value.
bytes bytes_value = 13;- Specified by:
getBytesValuein 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.v1beta1.FeatureValue.Metadata metadata = 14;- Specified by:
hasMetadatain interfaceFeatureValueOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
public FeatureValue.Metadata getMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;- Specified by:
getMetadatain interfaceFeatureValueOrBuilder- Returns:
- The metadata.
-
setMetadata
public FeatureValue.Builder setMetadata(FeatureValue.Metadata value)
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
-
setMetadata
public FeatureValue.Builder setMetadata(FeatureValue.Metadata.Builder builderForValue)
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
-
mergeMetadata
public FeatureValue.Builder mergeMetadata(FeatureValue.Metadata value)
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
-
clearMetadata
public FeatureValue.Builder clearMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
-
getMetadataBuilder
public FeatureValue.Metadata.Builder getMetadataBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
-
getMetadataOrBuilder
public FeatureValue.MetadataOrBuilder getMetadataOrBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;- Specified by:
getMetadataOrBuilderin interfaceFeatureValueOrBuilder
-
setUnknownFields
public final FeatureValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
mergeUnknownFields
public final FeatureValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureValue.Builder>
-
-