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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityIdSelector
getEntityIdSelector()
Required.EntityIdSelectorOrBuilder
getEntityIdSelectorOrBuilder()
Required.boolean
hasEntityIdSelector()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEntityIdSelector
boolean hasEntityIdSelector()
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
.google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
-
-