public final class DeleteFeatureValuesRequest extends GeneratedMessageV3 implements DeleteFeatureValuesRequestOrBuilder
Request message for
FeaturestoreService.DeleteFeatureValues.
Protobuf type google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest
Static Fields
public static final int ENTITY_TYPE_FIELD_NUMBER
Field Value
public static final int SELECT_ENTITY_FIELD_NUMBER
Field Value
public static final int SELECT_TIME_RANGE_AND_FEATURE_FIELD_NUMBER
Field Value
Static Methods
public static DeleteFeatureValuesRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static DeleteFeatureValuesRequest.Builder newBuilder()
Returns
public static DeleteFeatureValuesRequest.Builder newBuilder(DeleteFeatureValuesRequest prototype)
Parameter
Returns
public static DeleteFeatureValuesRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeleteFeatureValuesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static DeleteFeatureValuesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<DeleteFeatureValuesRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public DeleteFeatureValuesRequest getDefaultInstanceForType()
Returns
public DeleteFeatureValuesRequest.DeleteOptionCase getDeleteOptionCase()
Returns
public String getEntityType()
Required. The resource name of the EntityType grouping the Features for
which values are being deleted from. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The entityType.
|
public ByteString getEntityTypeBytes()
Required. The resource name of the EntityType grouping the Features for
which values are being deleted from. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
ByteString | The bytes for entityType.
|
public Parser<DeleteFeatureValuesRequest> getParserForType()
Returns
Overrides
public DeleteFeatureValuesRequest.SelectEntity getSelectEntity()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
Returns
public DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
Returns
public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()
Select feature values to be deleted by specifying time range and
features.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
Returns
public DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()
Select feature values to be deleted by specifying time range and
features.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
Returns
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasSelectEntity()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
Returns
Type | Description |
boolean | Whether the selectEntity field is set.
|
public boolean hasSelectTimeRangeAndFeature()
Select feature values to be deleted by specifying time range and
features.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
Returns
Type | Description |
boolean | Whether the selectTimeRangeAndFeature field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public DeleteFeatureValuesRequest.Builder newBuilderForType()
Returns
protected DeleteFeatureValuesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public DeleteFeatureValuesRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions