Google Cloud Data Catalog V1 Client - Class DeleteEntryGroupRequest (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DeleteEntryGroupRequest.

Request message for DeleteEntryGroup.

Generated from protobuf message google.cloud.datacatalog.v1.DeleteEntryGroupRequest

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the entry group to delete.

↳ force bool

Optional. If true, deletes all entries in the entry group.

getName

Required. The name of the entry group to delete.

Returns
TypeDescription
string

setName

Required. The name of the entry group to delete.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getForce

Optional. If true, deletes all entries in the entry group.

Returns
TypeDescription
bool

setForce

Optional. If true, deletes all entries in the entry group.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the entry group to delete. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::entryGroupName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\DeleteEntryGroupRequest