public interface DeleteFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeleteFeatureValuesResponse.ResponseCase |
getResponseCase() |
DeleteFeatureValuesResponse.SelectEntity |
getSelectEntity()
Response for request specifying the entities to delete
|
DeleteFeatureValuesResponse.SelectEntityOrBuilder |
getSelectEntityOrBuilder()
Response for request specifying the entities to delete
|
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature |
getSelectTimeRangeAndFeature()
Response for request specifying time range and feature
|
DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder |
getSelectTimeRangeAndFeatureOrBuilder()
Response for request specifying time range and feature
|
boolean |
hasSelectEntity()
Response for request specifying the entities to delete
|
boolean |
hasSelectTimeRangeAndFeature()
Response for request specifying time range and feature
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSelectEntity()
Response for request specifying the entities to delete
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
DeleteFeatureValuesResponse.SelectEntity getSelectEntity()
Response for request specifying the entities to delete
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
DeleteFeatureValuesResponse.SelectEntityOrBuilder getSelectEntityOrBuilder()
Response for request specifying the entities to delete
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
boolean hasSelectTimeRangeAndFeature()
Response for request specifying time range and feature
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()
Response for request specifying time range and feature
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()
Response for request specifying time range and feature
.google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
DeleteFeatureValuesResponse.ResponseCase getResponseCase()
Copyright © 2024 Google LLC. All rights reserved.