Interface DeleteFeatureValuesResponseOrBuilder (3.36.0)

public interface DeleteFeatureValuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponseCase()

public abstract DeleteFeatureValuesResponse.ResponseCase getResponseCase()

getSelectEntity()

public abstract DeleteFeatureValuesResponse.SelectEntity getSelectEntity()

Response for request specifying the entities to delete

.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;

Returns
TypeDescription
DeleteFeatureValuesResponse.SelectEntity

The selectEntity.

getSelectEntityOrBuilder()

public abstract DeleteFeatureValuesResponse.SelectEntityOrBuilder getSelectEntityOrBuilder()

Response for request specifying the entities to delete

.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;

getSelectTimeRangeAndFeature()

public abstract DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()

Response for request specifying time range and feature

.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;

Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

The selectTimeRangeAndFeature.

getSelectTimeRangeAndFeatureOrBuilder()

public abstract DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()

Response for request specifying time range and feature

.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;

hasSelectEntity()

public abstract boolean hasSelectEntity()

Response for request specifying the entities to delete

.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;

Returns
TypeDescription
boolean

Whether the selectEntity field is set.

hasSelectTimeRangeAndFeature()

public abstract boolean hasSelectTimeRangeAndFeature()

Response for request specifying time range and feature

.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;

Returns
TypeDescription
boolean

Whether the selectTimeRangeAndFeature field is set.