Class ExportFeatureValuesRequest

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

@Generated public final class ExportFeatureValuesRequest extends com.google.protobuf.GeneratedMessage implements ExportFeatureValuesRequestOrBuilder
 Request message for
 [FeaturestoreService.ExportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ExportFeatureValues].
 
Protobuf type google.cloud.aiplatform.v1.ExportFeatureValuesRequest
See Also:
  • Field Details

    • SNAPSHOT_EXPORT_FIELD_NUMBER

      public static final int SNAPSHOT_EXPORT_FIELD_NUMBER
      See Also:
    • FULL_EXPORT_FIELD_NUMBER

      public static final int FULL_EXPORT_FIELD_NUMBER
      See Also:
    • ENTITY_TYPE_FIELD_NUMBER

      public static final int ENTITY_TYPE_FIELD_NUMBER
      See Also:
    • DESTINATION_FIELD_NUMBER

      public static final int DESTINATION_FIELD_NUMBER
      See Also:
    • FEATURE_SELECTOR_FIELD_NUMBER

      public static final int FEATURE_SELECTOR_FIELD_NUMBER
      See Also:
    • SETTINGS_FIELD_NUMBER

      public static final int SETTINGS_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
    • getModeCase

      Specified by:
      getModeCase in interface ExportFeatureValuesRequestOrBuilder
    • hasSnapshotExport

      public boolean hasSnapshotExport()
       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
      Specified by:
      hasSnapshotExport in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      Whether the snapshotExport field is set.
    • getSnapshotExport

      public ExportFeatureValuesRequest.SnapshotExport getSnapshotExport()
       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
      Specified by:
      getSnapshotExport in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      The snapshotExport.
    • getSnapshotExportOrBuilder

      public ExportFeatureValuesRequest.SnapshotExportOrBuilder getSnapshotExportOrBuilder()
       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
      Specified by:
      getSnapshotExportOrBuilder in interface ExportFeatureValuesRequestOrBuilder
    • hasFullExport

      public boolean hasFullExport()
       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
      Specified by:
      hasFullExport in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      Whether the fullExport field is set.
    • getFullExport

      public ExportFeatureValuesRequest.FullExport getFullExport()
       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
      Specified by:
      getFullExport in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      The fullExport.
    • getFullExportOrBuilder

      public ExportFeatureValuesRequest.FullExportOrBuilder getFullExportOrBuilder()
       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
      Specified by:
      getFullExportOrBuilder in interface ExportFeatureValuesRequestOrBuilder
    • getEntityType

      public String getEntityType()
       Required. The resource name of the EntityType from which to export Feature
       values. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
       
      string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getEntityType in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      The entityType.
    • getEntityTypeBytes

      public com.google.protobuf.ByteString getEntityTypeBytes()
       Required. The resource name of the EntityType from which to export Feature
       values. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
       
      string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getEntityTypeBytes in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      The bytes for entityType.
    • hasDestination

      public boolean hasDestination()
       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasDestination in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      Whether the destination field is set.
    • getDestination

      public FeatureValueDestination getDestination()
       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getDestination in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      The destination.
    • getDestinationOrBuilder

      public FeatureValueDestinationOrBuilder getDestinationOrBuilder()
       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getDestinationOrBuilder in interface ExportFeatureValuesRequestOrBuilder
    • hasFeatureSelector

      public boolean hasFeatureSelector()
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasFeatureSelector in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      Whether the featureSelector field is set.
    • getFeatureSelector

      public FeatureSelector getFeatureSelector()
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureSelector in interface ExportFeatureValuesRequestOrBuilder
      Returns:
      The featureSelector.
    • getFeatureSelectorOrBuilder

      public FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureSelectorOrBuilder in interface ExportFeatureValuesRequestOrBuilder
    • getSettingsList

      public List<DestinationFeatureSetting> getSettingsList()
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
      Specified by:
      getSettingsList in interface ExportFeatureValuesRequestOrBuilder
    • getSettingsOrBuilderList

      public List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
      Specified by:
      getSettingsOrBuilderList in interface ExportFeatureValuesRequestOrBuilder
    • getSettingsCount

      public int getSettingsCount()
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
      Specified by:
      getSettingsCount in interface ExportFeatureValuesRequestOrBuilder
    • getSettings

      public DestinationFeatureSetting getSettings(int index)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
      Specified by:
      getSettings in interface ExportFeatureValuesRequestOrBuilder
    • getSettingsOrBuilder

      public DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
      Specified by:
      getSettingsOrBuilder in interface ExportFeatureValuesRequestOrBuilder
    • 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 ExportFeatureValuesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ExportFeatureValuesRequest.Builder newBuilder()
    • newBuilder

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

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

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

      public static ExportFeatureValuesRequest getDefaultInstance()
    • parser

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

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