public final class ReadFeatureValuesResponse extends com.google.protobuf.GeneratedMessageV3 implements ReadFeatureValuesResponseOrBuilder
Response message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].Protobuf type
google.cloud.aiplatform.v1.ReadFeatureValuesResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ReadFeatureValuesResponse.Builder
Response message for
[FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].
|
static class |
ReadFeatureValuesResponse.EntityView
Entity view with Feature values.
|
static interface |
ReadFeatureValuesResponse.EntityViewOrBuilder |
static class |
ReadFeatureValuesResponse.FeatureDescriptor
Metadata for requested Features.
|
static interface |
ReadFeatureValuesResponse.FeatureDescriptorOrBuilder |
static class |
ReadFeatureValuesResponse.Header
Response header with metadata for the requested
[ReadFeatureValuesRequest.entity_type][google.cloud.aiplatform.v1.ReadFeatureValuesRequest.entity_type]
and Features.
|
static interface |
ReadFeatureValuesResponse.HeaderOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ENTITY_VIEW_FIELD_NUMBER |
static int |
HEADER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ReadFeatureValuesResponse |
getDefaultInstance() |
ReadFeatureValuesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ReadFeatureValuesResponse.EntityView |
getEntityView()
Entity view with Feature values.
|
ReadFeatureValuesResponse.EntityViewOrBuilder |
getEntityViewOrBuilder()
Entity view with Feature values.
|
ReadFeatureValuesResponse.Header |
getHeader()
Response header.
|
ReadFeatureValuesResponse.HeaderOrBuilder |
getHeaderOrBuilder()
Response header.
|
com.google.protobuf.Parser<ReadFeatureValuesResponse> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasEntityView()
Entity view with Feature values.
|
int |
hashCode() |
boolean |
hasHeader()
Response header.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReadFeatureValuesResponse.Builder |
newBuilder() |
static ReadFeatureValuesResponse.Builder |
newBuilder(ReadFeatureValuesResponse prototype) |
ReadFeatureValuesResponse.Builder |
newBuilderForType() |
protected ReadFeatureValuesResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReadFeatureValuesResponse |
parseDelimitedFrom(InputStream input) |
static ReadFeatureValuesResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadFeatureValuesResponse |
parseFrom(byte[] data) |
static ReadFeatureValuesResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadFeatureValuesResponse |
parseFrom(ByteBuffer data) |
static ReadFeatureValuesResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadFeatureValuesResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ReadFeatureValuesResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadFeatureValuesResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReadFeatureValuesResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadFeatureValuesResponse |
parseFrom(InputStream input) |
static ReadFeatureValuesResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReadFeatureValuesResponse> |
parser() |
ReadFeatureValuesResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HEADER_FIELD_NUMBER
public static final int ENTITY_VIEW_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasHeader()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;hasHeader in interface ReadFeatureValuesResponseOrBuilderpublic ReadFeatureValuesResponse.Header getHeader()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;getHeader in interface ReadFeatureValuesResponseOrBuilderpublic ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;getHeaderOrBuilder in interface ReadFeatureValuesResponseOrBuilderpublic 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;hasEntityView in interface ReadFeatureValuesResponseOrBuilderpublic 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;getEntityView in interface ReadFeatureValuesResponseOrBuilderpublic 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;getEntityViewOrBuilder in interface ReadFeatureValuesResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ReadFeatureValuesResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadFeatureValuesResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadFeatureValuesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadFeatureValuesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadFeatureValuesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadFeatureValuesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadFeatureValuesResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReadFeatureValuesResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReadFeatureValuesResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReadFeatureValuesResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReadFeatureValuesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReadFeatureValuesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReadFeatureValuesResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReadFeatureValuesResponse.Builder newBuilder()
public static ReadFeatureValuesResponse.Builder newBuilder(ReadFeatureValuesResponse prototype)
public ReadFeatureValuesResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReadFeatureValuesResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReadFeatureValuesResponse getDefaultInstance()
public static com.google.protobuf.Parser<ReadFeatureValuesResponse> parser()
public com.google.protobuf.Parser<ReadFeatureValuesResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReadFeatureValuesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.