Interface DeleteFeatureValuesRequest.SelectEntityOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeleteFeatureValuesRequest.SelectEntity, DeleteFeatureValuesRequest.SelectEntity.Builder
Enclosing class:
DeleteFeatureValuesRequest

public static interface DeleteFeatureValuesRequest.SelectEntityOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasEntityIdSelector

      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];
      Returns:
      Whether the entityIdSelector field is set.
    • getEntityIdSelector

      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];
      Returns:
      The entityIdSelector.
    • getEntityIdSelectorOrBuilder

      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];