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.ResponseCase
getResponseCase()
DeleteFeatureValuesResponse.SelectEntity
getSelectEntity()
Response for request specifying the entities to deleteDeleteFeatureValuesResponse.SelectEntityOrBuilder
getSelectEntityOrBuilder()
Response for request specifying the entities to deleteDeleteFeatureValuesResponse.SelectTimeRangeAndFeature
getSelectTimeRangeAndFeature()
Response for request specifying time range and featureDeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder
getSelectTimeRangeAndFeatureOrBuilder()
Response for request specifying time range and featureboolean
hasSelectEntity()
Response for request specifying the entities to deleteboolean
hasSelectTimeRangeAndFeature()
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.v1beta1.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.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
- Returns:
- The selectEntity.
-
getSelectEntityOrBuilder
DeleteFeatureValuesResponse.SelectEntityOrBuilder getSelectEntityOrBuilder()
Response for request specifying the entities to delete
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
-
hasSelectTimeRangeAndFeature
boolean hasSelectTimeRangeAndFeature()
Response for request specifying time range and feature
.google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
-
getResponseCase
DeleteFeatureValuesResponse.ResponseCase getResponseCase()
-
-