Google Cloud Ai Platform V1 Client - Class DeleteFeatureGroupRequest (0.37.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeleteFeatureGroupRequest.

Request message for FeatureRegistryService.DeleteFeatureGroup.

Generated from protobuf message google.cloud.aiplatform.v1.DeleteFeatureGroupRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

↳ force bool

If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)

getName

Required. The name of the FeatureGroup to be deleted.

Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

Returns
Type Description
string

setName

Required. The name of the FeatureGroup to be deleted.

Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

Parameter
Name Description
var string
Returns
Type Description
$this

getForce

If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)

Returns
Type Description
bool

setForce

If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
name string

Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group} Please see Google\Cloud\AIPlatform\V1\FeatureRegistryServiceClient::featureGroupName() for help formatting this field.

force bool

If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)

Returns
Type Description
Google\Cloud\AIPlatform\V1\DeleteFeatureGroupRequest