Class ExportFeatureValuesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.Builder>
com.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.Builder
All Implemented Interfaces:
ExportFeatureValuesRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ExportFeatureValuesRequest

public static final class ExportFeatureValuesRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.Builder> implements ExportFeatureValuesRequestOrBuilder
 Request message for
 [FeaturestoreService.ExportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ExportFeatureValues].
 
Protobuf type google.cloud.aiplatform.v1.ExportFeatureValuesRequest
  • 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.Builder<ExportFeatureValuesRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.Builder>
    • getDefaultInstanceForType

      public ExportFeatureValuesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public ExportFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportFeatureValuesRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.Builder>
    • mergeFrom

      public ExportFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportFeatureValuesRequest.Builder>
      Throws:
      IOException
    • getModeCase

      Specified by:
      getModeCase in interface ExportFeatureValuesRequestOrBuilder
    • clearMode

    • 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.
    • setSnapshotExport

       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
    • setSnapshotExport

       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
    • mergeSnapshotExport

       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
    • clearSnapshotExport

      public ExportFeatureValuesRequest.Builder clearSnapshotExport()
       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
    • getSnapshotExportBuilder

      public ExportFeatureValuesRequest.SnapshotExport.Builder getSnapshotExportBuilder()
       Exports the latest Feature values of all entities of the EntityType
       within a time range.
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
    • 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.
    • setFullExport

       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
    • setFullExport

       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
    • mergeFullExport

       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
    • clearFullExport

      public ExportFeatureValuesRequest.Builder clearFullExport()
       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
    • getFullExportBuilder

      public ExportFeatureValuesRequest.FullExport.Builder getFullExportBuilder()
       Exports all historical values of all entities of the EntityType within a
       time range
       
      .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
    • 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.
    • setEntityType

      public ExportFeatureValuesRequest.Builder setEntityType(String value)
       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) = { ... }
      Parameters:
      value - The entityType to set.
      Returns:
      This builder for chaining.
    • clearEntityType

      public ExportFeatureValuesRequest.Builder clearEntityType()
       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) = { ... }
      Returns:
      This builder for chaining.
    • setEntityTypeBytes

      public ExportFeatureValuesRequest.Builder setEntityTypeBytes(com.google.protobuf.ByteString value)
       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) = { ... }
      Parameters:
      value - The bytes for entityType to set.
      Returns:
      This builder for chaining.
    • 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.
    • setDestination

       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
    • setDestination

       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
    • mergeDestination

       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
    • clearDestination

      public ExportFeatureValuesRequest.Builder clearDestination()
       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
    • getDestinationBuilder

      public FeatureValueDestination.Builder getDestinationBuilder()
       Required. Specifies destination location and format.
       
      .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
    • 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.
    • setFeatureSelector

      public ExportFeatureValuesRequest.Builder setFeatureSelector(FeatureSelector value)
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
    • setFeatureSelector

      public ExportFeatureValuesRequest.Builder setFeatureSelector(FeatureSelector.Builder builderForValue)
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
    • mergeFeatureSelector

      public ExportFeatureValuesRequest.Builder mergeFeatureSelector(FeatureSelector value)
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
    • clearFeatureSelector

      public ExportFeatureValuesRequest.Builder clearFeatureSelector()
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureSelectorBuilder

      public FeatureSelector.Builder getFeatureSelectorBuilder()
       Required. Selects Features to export values of.
       
      .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
    • 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
    • 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
    • setSettings

      public ExportFeatureValuesRequest.Builder setSettings(int index, DestinationFeatureSetting value)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • setSettings

      public ExportFeatureValuesRequest.Builder setSettings(int index, DestinationFeatureSetting.Builder builderForValue)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • addSettings

       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • addSettings

      public ExportFeatureValuesRequest.Builder addSettings(int index, DestinationFeatureSetting value)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • addSettings

       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • addSettings

      public ExportFeatureValuesRequest.Builder addSettings(int index, DestinationFeatureSetting.Builder builderForValue)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • addAllSettings

      public ExportFeatureValuesRequest.Builder addAllSettings(Iterable<? extends DestinationFeatureSetting> values)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • clearSettings

      public ExportFeatureValuesRequest.Builder clearSettings()
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • removeSettings

      public ExportFeatureValuesRequest.Builder removeSettings(int index)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • getSettingsBuilder

      public DestinationFeatureSetting.Builder getSettingsBuilder(int index)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • getSettingsOrBuilder

      public DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
      Specified by:
      getSettingsOrBuilder 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
    • addSettingsBuilder

      public DestinationFeatureSetting.Builder addSettingsBuilder()
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • addSettingsBuilder

      public DestinationFeatureSetting.Builder addSettingsBuilder(int index)
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
    • getSettingsBuilderList

      public List<DestinationFeatureSetting.Builder> getSettingsBuilderList()
       Per-Feature export settings.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;