Class DeleteFeatureValuesRequest.SelectEntity.Builder

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

public static final class DeleteFeatureValuesRequest.SelectEntity.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeleteFeatureValuesRequest.SelectEntity.Builder> implements DeleteFeatureValuesRequest.SelectEntityOrBuilder
 Message to select entity.
 If an entity id is selected, all the feature values corresponding to the
 entity id will be deleted, including the entityId.
 
Protobuf type google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity
  • 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.SelectEntity.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.SelectEntity.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.SelectEntity.Builder>
    • getDefaultInstanceForType

      public DeleteFeatureValuesRequest.SelectEntity 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

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

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

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

      public boolean hasEntityIdSelector()
       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasEntityIdSelector in interface DeleteFeatureValuesRequest.SelectEntityOrBuilder
      Returns:
      Whether the entityIdSelector field is set.
    • getEntityIdSelector

      public EntityIdSelector getEntityIdSelector()
       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntityIdSelector in interface DeleteFeatureValuesRequest.SelectEntityOrBuilder
      Returns:
      The entityIdSelector.
    • setEntityIdSelector

       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
    • setEntityIdSelector

      public DeleteFeatureValuesRequest.SelectEntity.Builder setEntityIdSelector(EntityIdSelector.Builder builderForValue)
       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeEntityIdSelector

       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearEntityIdSelector

      public DeleteFeatureValuesRequest.SelectEntity.Builder clearEntityIdSelector()
       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
    • getEntityIdSelectorBuilder

      public EntityIdSelector.Builder getEntityIdSelectorBuilder()
       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
    • getEntityIdSelectorOrBuilder

      public EntityIdSelectorOrBuilder getEntityIdSelectorOrBuilder()
       Required. Selectors choosing feature values of which entity id to be
       deleted from the EntityType.
       
      .google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntityIdSelectorOrBuilder in interface DeleteFeatureValuesRequest.SelectEntityOrBuilder