Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DeleteGlossaryRequest.
Delete Glossary Request
Generated from protobuf message google.cloud.dataplex.v1.DeleteGlossaryRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the Glossary to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
↳ etag
string
Optional. The etag of the Glossary. If this is provided, it must match the server's etag. If the etag is provided and does not match the server-computed etag, the request must fail with a ABORTED error code.
getName
Required. The name of the Glossary to delete.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
string
setName
Required. The name of the Glossary to delete.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
var
string
$this
getEtag
Optional. The etag of the Glossary.
If this is provided, it must match the server's etag. If the etag is provided and does not match the server-computed etag, the request must fail with a ABORTED error code.
string
setEtag
Optional. The etag of the Glossary.
If this is provided, it must match the server's etag. If the etag is provided and does not match the server-computed etag, the request must fail with a ABORTED error code.
var
string
$this
static::build
name
string
Required. The name of the Glossary to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} Please see BusinessGlossaryServiceClient::glossaryName() for help formatting this field.

