Class FetchFeatureValuesResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.FetchFeatureValuesResponse
All Implemented Interfaces:
FetchFeatureValuesResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class FetchFeatureValuesResponse extends com.google.protobuf.GeneratedMessage implements FetchFeatureValuesResponseOrBuilder
 Response message for
 [FeatureOnlineStoreService.FetchFeatureValues][google.cloud.aiplatform.v1.FeatureOnlineStoreService.FetchFeatureValues]
 
Protobuf type google.cloud.aiplatform.v1.FetchFeatureValuesResponse
See Also:
  • Field Details

    • KEY_VALUES_FIELD_NUMBER

      public static final int KEY_VALUES_FIELD_NUMBER
      See Also:
    • PROTO_STRUCT_FIELD_NUMBER

      public static final int PROTO_STRUCT_FIELD_NUMBER
      See Also:
    • DATA_KEY_FIELD_NUMBER

      public static final int DATA_KEY_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getFormatCase

      public FetchFeatureValuesResponse.FormatCase getFormatCase()
      Specified by:
      getFormatCase in interface FetchFeatureValuesResponseOrBuilder
    • hasKeyValues

      public boolean hasKeyValues()
       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Specified by:
      hasKeyValues in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      Whether the keyValues field is set.
    • getKeyValues

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Specified by:
      getKeyValues in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      The keyValues.
    • getKeyValuesOrBuilder

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Specified by:
      getKeyValuesOrBuilder in interface FetchFeatureValuesResponseOrBuilder
    • hasProtoStruct

      public boolean hasProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Specified by:
      hasProtoStruct in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      Whether the protoStruct field is set.
    • getProtoStruct

      public com.google.protobuf.Struct getProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Specified by:
      getProtoStruct in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      The protoStruct.
    • getProtoStructOrBuilder

      public com.google.protobuf.StructOrBuilder getProtoStructOrBuilder()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Specified by:
      getProtoStructOrBuilder in interface FetchFeatureValuesResponseOrBuilder
    • hasDataKey

      public boolean hasDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
       
      .google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;
      Specified by:
      hasDataKey in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      Whether the dataKey field is set.
    • getDataKey

      public FeatureViewDataKey getDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
       
      .google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;
      Specified by:
      getDataKey in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      The dataKey.
    • getDataKeyOrBuilder

      public FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
       
      .google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;
      Specified by:
      getDataKeyOrBuilder in interface FetchFeatureValuesResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FetchFeatureValuesResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FetchFeatureValuesResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FetchFeatureValuesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public FetchFeatureValuesResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static FetchFeatureValuesResponse.Builder newBuilder()
    • newBuilder

      public static FetchFeatureValuesResponse.Builder newBuilder(FetchFeatureValuesResponse prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected FetchFeatureValuesResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static FetchFeatureValuesResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FetchFeatureValuesResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<FetchFeatureValuesResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public FetchFeatureValuesResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder