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
public interface DeleteFeatureValuesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFeatureValuesResponse.ResponseCasegetResponseCase()DeleteFeatureValuesResponse.SelectEntitygetSelectEntity()Response for request specifying the entities to deleteDeleteFeatureValuesResponse.SelectEntityOrBuildergetSelectEntityOrBuilder()Response for request specifying the entities to deleteDeleteFeatureValuesResponse.SelectTimeRangeAndFeaturegetSelectTimeRangeAndFeature()Response for request specifying time range and featureDeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuildergetSelectTimeRangeAndFeatureOrBuilder()Response for request specifying time range and featurebooleanhasSelectEntity()Response for request specifying the entities to deletebooleanhasSelectTimeRangeAndFeature()Response for request specifying time range and feature-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-