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 \ V1Methods
__construct
Constructor.
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.
string
setName
Required. The name of the entry group to delete.
var
string
$this
getForce
Optional. If true, deletes all entries in the entry group.
bool
setForce
Optional. If true, deletes all entries in the entry group.
var
bool
$this
static::build
name
string
Required. The name of the entry group to delete. Please see DataCatalogClient::entryGroupName() for help formatting this field.