public final class ReadFeatureValuesResponse extends GeneratedMessage implements ReadFeatureValuesResponseOrBuilderResponse message for FeaturestoreOnlineServingService.ReadFeatureValues.
Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ReadFeatureValuesResponseImplements
ReadFeatureValuesResponseOrBuilderStatic Fields
ENTITY_VIEW_FIELD_NUMBER
public static final int ENTITY_VIEW_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ReadFeatureValuesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ReadFeatureValuesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Builder |
|
newBuilder(ReadFeatureValuesResponse prototype)
public static ReadFeatureValuesResponse.Builder newBuilder(ReadFeatureValuesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ReadFeatureValuesResponse |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ReadFeatureValuesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ReadFeatureValuesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ReadFeatureValuesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ReadFeatureValuesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ReadFeatureValuesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ReadFeatureValuesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ReadFeatureValuesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ReadFeatureValuesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ReadFeatureValuesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse |
|
getEntityView()
public ReadFeatureValuesResponse.EntityView getEntityView()Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.EntityView |
The entityView. |
getEntityViewOrBuilder()
public ReadFeatureValuesResponse.EntityViewOrBuilder getEntityViewOrBuilder()Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.EntityViewOrBuilder |
|
getHeader()
public ReadFeatureValuesResponse.Header getHeader()Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Header |
The header. |
getHeaderOrBuilder()
public ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.HeaderOrBuilder |
|
getParserForType()
public Parser<ReadFeatureValuesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ReadFeatureValuesResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasEntityView()
public boolean hasEntityView()Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entityView field is set. |
hasHeader()
public boolean hasHeader()Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the header field is set. |
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 ReadFeatureValuesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReadFeatureValuesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Builder |
|
toBuilder()
public ReadFeatureValuesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|