Class FetchFeatureValuesRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest
All Implemented Interfaces:
FetchFeatureValuesRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class FetchFeatureValuesRequest extends com.google.protobuf.GeneratedMessage implements FetchFeatureValuesRequestOrBuilder
 Request message for
 [FeatureOnlineStoreService.FetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.FetchFeatureValues].
 All the features under the requested feature view will be returned.
 
Protobuf type google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest
See Also:
  • Field Details

  • 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
    • getEntityIdCase

      public FetchFeatureValuesRequest.EntityIdCase getEntityIdCase()
      Specified by:
      getEntityIdCase in interface FetchFeatureValuesRequestOrBuilder
    • hasId

      @Deprecated public boolean hasId()
      Deprecated.
      google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.id is deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store_service.proto;l=151
       Simple ID. The whole string will be used as is to identify Entity to
       fetch feature values for.
       
      string id = 3 [deprecated = true];
      Specified by:
      hasId in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      @Deprecated public String getId()
      Deprecated.
      google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.id is deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store_service.proto;l=151
       Simple ID. The whole string will be used as is to identify Entity to
       fetch feature values for.
       
      string id = 3 [deprecated = true];
      Specified by:
      getId in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The id.
    • getIdBytes

      @Deprecated public com.google.protobuf.ByteString getIdBytes()
      Deprecated.
      google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.id is deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store_service.proto;l=151
       Simple ID. The whole string will be used as is to identify Entity to
       fetch feature values for.
       
      string id = 3 [deprecated = true];
      Specified by:
      getIdBytes in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The bytes for id.
    • getFeatureView

      public String getFeatureView()
       Required. FeatureView resource format
       `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`
       
      string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getFeatureView in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The featureView.
    • getFeatureViewBytes

      public com.google.protobuf.ByteString getFeatureViewBytes()
       Required. FeatureView resource format
       `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`
       
      string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getFeatureViewBytes in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The bytes for featureView.
    • hasDataKey

      public boolean hasDataKey()
       Optional. The request key to fetch feature values for.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasDataKey in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      Whether the dataKey field is set.
    • getDataKey

      public FeatureViewDataKey getDataKey()
       Optional. The request key to fetch feature values for.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDataKey in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The dataKey.
    • getDataKeyOrBuilder

      public FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()
       Optional. The request key to fetch feature values for.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDataKeyOrBuilder in interface FetchFeatureValuesRequestOrBuilder
    • getDataFormatValue

      public int getDataFormatValue()
       Optional. Response data format. If not set,
       [FeatureViewDataFormat.KEY_VALUE][google.cloud.aiplatform.v1beta1.FeatureViewDataFormat.KEY_VALUE]
       will be used.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDataFormatValue in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The enum numeric value on the wire for dataFormat.
    • getDataFormat

      public FeatureViewDataFormat getDataFormat()
       Optional. Response data format. If not set,
       [FeatureViewDataFormat.KEY_VALUE][google.cloud.aiplatform.v1beta1.FeatureViewDataFormat.KEY_VALUE]
       will be used.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDataFormat in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The dataFormat.
    • getFormatValue

      @Deprecated public int getFormatValue()
      Deprecated.
      google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.format is deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store_service.proto;l=175
       Specify response data format. If not set, KeyValue format will be used.
       Deprecated. Use
       [FetchFeatureValuesRequest.data_format][google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.data_format].
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format format = 5 [deprecated = true];
      Specified by:
      getFormatValue in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The enum numeric value on the wire for format.
    • getFormat

      Deprecated.
      google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.format is deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store_service.proto;l=175
       Specify response data format. If not set, KeyValue format will be used.
       Deprecated. Use
       [FetchFeatureValuesRequest.data_format][google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.data_format].
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format format = 5 [deprecated = true];
      Specified by:
      getFormat in interface FetchFeatureValuesRequestOrBuilder
      Returns:
      The format.
    • 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 FetchFeatureValuesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static FetchFeatureValuesRequest.Builder newBuilder()
    • newBuilder

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

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

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

      public static FetchFeatureValuesRequest getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<FetchFeatureValuesRequest> 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 FetchFeatureValuesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder