Package com.google.cloud.aiplatform.v1
Interface DeleteFeatureValuesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteFeatureValuesResponse,DeleteFeatureValuesResponse.Builder
@Generated
public interface DeleteFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResponse for request specifying the entities to deleteResponse for request specifying the entities to deleteResponse for request specifying time range and featureResponse for request specifying time range and featurebooleanResponse for request specifying the entities to deletebooleanResponse for request specifying time range and featureMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSelectEntity
boolean hasSelectEntity()Response for request specifying the entities to delete
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;- Returns:
- Whether the selectEntity field is set.
-
getSelectEntity
DeleteFeatureValuesResponse.SelectEntity getSelectEntity()Response for request specifying the entities to delete
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;- Returns:
- The selectEntity.
-
getSelectEntityOrBuilder
DeleteFeatureValuesResponse.SelectEntityOrBuilder getSelectEntityOrBuilder()Response for request specifying the entities to delete
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1; -
hasSelectTimeRangeAndFeature
boolean hasSelectTimeRangeAndFeature()Response for request specifying time range and feature
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;- Returns:
- Whether the selectTimeRangeAndFeature field is set.
-
getSelectTimeRangeAndFeature
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()Response for request specifying time range and feature
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;- Returns:
- The selectTimeRangeAndFeature.
-
getSelectTimeRangeAndFeatureOrBuilder
DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()Response for request specifying time range and feature
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2; -
getResponseCase
DeleteFeatureValuesResponse.ResponseCase getResponseCase()
-