Class FeatureValueList (3.42.0)

public final class FeatureValueList extends GeneratedMessageV3 implements FeatureValueListOrBuilder

Container for list of values.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureValueList

Static Fields

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FeatureValueList getDefaultInstance()
Returns
TypeDescription
FeatureValueList

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FeatureValueList.Builder newBuilder()
Returns
TypeDescription
FeatureValueList.Builder

newBuilder(FeatureValueList prototype)

public static FeatureValueList.Builder newBuilder(FeatureValueList prototype)
Parameter
NameDescription
prototypeFeatureValueList
Returns
TypeDescription
FeatureValueList.Builder

parseDelimitedFrom(InputStream input)

public static FeatureValueList parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureValueList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FeatureValueList parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureValueList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureValueList parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureValueList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureValueList parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureValueList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FeatureValueList parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureValueList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FeatureValueList parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureValueList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FeatureValueList> parser()
Returns
TypeDescription
Parser<FeatureValueList>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public FeatureValueList getDefaultInstanceForType()
Returns
TypeDescription
FeatureValueList

getParserForType()

public Parser<FeatureValueList> getParserForType()
Returns
TypeDescription
Parser<FeatureValueList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValues(int index)

public FeatureValue getValues(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValue

getValuesCount()

public int getValuesCount()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
int

getValuesList()

public List<FeatureValue> getValuesList()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
List<FeatureValue>

getValuesOrBuilder(int index)

public FeatureValueOrBuilder getValuesOrBuilder(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValueOrBuilder

getValuesOrBuilderList()

public List<? extends FeatureValueOrBuilder> getValuesOrBuilderList()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureValueOrBuilder>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FeatureValueList.Builder newBuilderForType()
Returns
TypeDescription
FeatureValueList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureValueList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FeatureValueList.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FeatureValueList.Builder toBuilder()
Returns
TypeDescription
FeatureValueList.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException