Class DeleteFeatureValuesRequest.Builder

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

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

      public DeleteFeatureValuesRequest 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 DeleteFeatureValuesRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DeleteFeatureValuesRequest.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<DeleteFeatureValuesRequest.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<DeleteFeatureValuesRequest.Builder>
    • mergeFrom

      public DeleteFeatureValuesRequest.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<DeleteFeatureValuesRequest.Builder>
      Throws:
      IOException
    • getDeleteOptionCase

      public DeleteFeatureValuesRequest.DeleteOptionCase getDeleteOptionCase()
      Specified by:
      getDeleteOptionCase in interface DeleteFeatureValuesRequestOrBuilder
    • clearDeleteOption

      public DeleteFeatureValuesRequest.Builder clearDeleteOption()
    • hasSelectEntity

      public boolean hasSelectEntity()
       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
      Specified by:
      hasSelectEntity in interface DeleteFeatureValuesRequestOrBuilder
      Returns:
      Whether the selectEntity field is set.
    • getSelectEntity

      public DeleteFeatureValuesRequest.SelectEntity getSelectEntity()
       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
      Specified by:
      getSelectEntity in interface DeleteFeatureValuesRequestOrBuilder
      Returns:
      The selectEntity.
    • setSelectEntity

       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
    • setSelectEntity

       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
    • mergeSelectEntity

       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
    • clearSelectEntity

      public DeleteFeatureValuesRequest.Builder clearSelectEntity()
       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
    • getSelectEntityBuilder

      public DeleteFeatureValuesRequest.SelectEntity.Builder getSelectEntityBuilder()
       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
    • getSelectEntityOrBuilder

      public DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()
       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
      Specified by:
      getSelectEntityOrBuilder in interface DeleteFeatureValuesRequestOrBuilder
    • hasSelectTimeRangeAndFeature

      public boolean hasSelectTimeRangeAndFeature()
       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
      Specified by:
      hasSelectTimeRangeAndFeature in interface DeleteFeatureValuesRequestOrBuilder
      Returns:
      Whether the selectTimeRangeAndFeature field is set.
    • getSelectTimeRangeAndFeature

      public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()
       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
      Specified by:
      getSelectTimeRangeAndFeature in interface DeleteFeatureValuesRequestOrBuilder
      Returns:
      The selectTimeRangeAndFeature.
    • setSelectTimeRangeAndFeature

       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
    • setSelectTimeRangeAndFeature

       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
    • mergeSelectTimeRangeAndFeature

       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
    • clearSelectTimeRangeAndFeature

      public DeleteFeatureValuesRequest.Builder clearSelectTimeRangeAndFeature()
       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
    • getSelectTimeRangeAndFeatureBuilder

      public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder getSelectTimeRangeAndFeatureBuilder()
       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
    • getSelectTimeRangeAndFeatureOrBuilder

      public DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()
       Select feature values to be deleted by specifying time range and
       features.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
      Specified by:
      getSelectTimeRangeAndFeatureOrBuilder in interface DeleteFeatureValuesRequestOrBuilder
    • getEntityType

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

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

      public DeleteFeatureValuesRequest.Builder setEntityType(String value)
       Required. The resource name of the EntityType grouping the Features for
       which values are being deleted from. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
       
      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 DeleteFeatureValuesRequest.Builder clearEntityType()
       Required. The resource name of the EntityType grouping the Features for
       which values are being deleted from. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
       
      string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setEntityTypeBytes

      public DeleteFeatureValuesRequest.Builder setEntityTypeBytes(com.google.protobuf.ByteString value)
       Required. The resource name of the EntityType grouping the Features for
       which values are being deleted from. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
       
      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.