Class ExportFeatureValuesRequest.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public ExportFeatureValuesRequest 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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
      • hasSnapshotExport

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

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

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

        public ExportFeatureValuesRequest.Builder clearFullExport()
         Exports all historical values of all entities of the EntityType within a
         time range
         
        .google.cloud.aiplatform.v1beta1.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.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
      • 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.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasDestination in interface ExportFeatureValuesRequestOrBuilder
        Returns:
        Whether the destination field is set.
      • clearDestination

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

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

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

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

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

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

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

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

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

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

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

        public final ExportFeatureValuesRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.Builder>
      • mergeUnknownFields

        public final ExportFeatureValuesRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.Builder>