public final class FeatureValueList extends GeneratedMessage implements FeatureValueListOrBuilderContainer for list of values.
Protobuf type google.cloud.aiplatform.v1.FeatureValueList
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FeatureValueListImplements
FeatureValueListOrBuilderStatic Fields
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FeatureValueList getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FeatureValueList.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FeatureValueList.Builder |
|
newBuilder(FeatureValueList prototype)
public static FeatureValueList.Builder newBuilder(FeatureValueList prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FeatureValueList |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList.Builder |
|
parseDelimitedFrom(InputStream input)
public static FeatureValueList parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FeatureValueList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FeatureValueList parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FeatureValueList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FeatureValueList parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FeatureValueList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FeatureValueList parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FeatureValueList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FeatureValueList parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FeatureValueList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FeatureValueList parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FeatureValueList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FeatureValueList> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FeatureValueList> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public FeatureValueList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FeatureValueList |
|
getParserForType()
public Parser<FeatureValueList> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FeatureValueList> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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.v1.FeatureValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeatureValue |
|
getValuesCount()
public int getValuesCount()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValuesList()
public List<FeatureValue> getValuesList()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
| Returns | |
|---|---|
| Type | Description |
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.v1.FeatureValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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.v1.FeatureValue values = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FeatureValueOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FeatureValueList.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FeatureValueList.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FeatureValueList.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FeatureValueList.Builder |
|
toBuilder()
public FeatureValueList.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FeatureValueList.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|