Google Cloud Ai Platform V1 Client - Class DeleteFeatureOnlineStoreRequest (0.30.0)

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

Request message for FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the FeatureOnlineStore to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

↳ force bool

If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)

getName

Required. The name of the FeatureOnlineStore to be deleted.

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

Returns
TypeDescription
string

setName

Required. The name of the FeatureOnlineStore to be deleted.

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getForce

If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)

Returns
TypeDescription
bool

setForce

If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

Required. The name of the FeatureOnlineStore to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store} Please see Google\Cloud\AIPlatform\V1\FeatureOnlineStoreAdminServiceClient::featureOnlineStoreName() for help formatting this field.

force bool

If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DeleteFeatureOnlineStoreRequest