Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateGlossaryRequest.
Create Glossary Request
Generated from protobuf message google.cloud.dataplex.v1.CreateGlossaryRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id
refers to a Google Cloud region.
↳ glossary_id
string
Required. Glossary ID: Glossary identifier.
↳ glossary
↳ validate_only
bool
Optional. Validates the request without actually creating the Glossary. Default: false.
getParent
Required. The parent resource where this Glossary will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
where location_id
refers to a Google Cloud region.
string
setParent
Required. The parent resource where this Glossary will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
where location_id
refers to a Google Cloud region.
var
string
$this
getGlossaryId
Required. Glossary ID: Glossary identifier.
string
setGlossaryId
Required. Glossary ID: Glossary identifier.
var
string
$this
getGlossary
Required. The Glossary to create.
hasGlossary
clearGlossary
setGlossary
Required. The Glossary to create.
$this
getValidateOnly
Optional. Validates the request without actually creating the Glossary.
Default: false.
bool
setValidateOnly
Optional. Validates the request without actually creating the Glossary.
Default: false.
var
bool
$this
static::build
parent
string
Required. The parent resource where this Glossary will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
where location_id
refers to a Google Cloud region. Please see BusinessGlossaryServiceClient::locationName()
for help formatting this field.
glossary
glossaryId
string
Required. Glossary ID: Glossary identifier.

