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.
Parameters | |
---|---|
Name | Description |
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 |
↳ glossary_id |
string
Required. Glossary ID: Glossary identifier. |
↳ glossary |
Glossary
Required. The Glossary to create. |
↳ 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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGlossaryId
Required. Glossary ID: Glossary identifier.
Returns | |
---|---|
Type | Description |
string |
setGlossaryId
Required. Glossary ID: Glossary identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGlossary
Required. The Glossary to create.
Returns | |
---|---|
Type | Description |
Glossary|null |
hasGlossary
clearGlossary
setGlossary
Required. The Glossary to create.
Parameter | |
---|---|
Name | Description |
var |
Glossary
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Optional. Validates the request without actually creating the Glossary.
Default: false.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Optional. Validates the request without actually creating the Glossary.
Default: false.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where this Glossary will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
where |
glossary |
Glossary
Required. The Glossary to create. |
glossaryId |
string
Required. Glossary ID: Glossary identifier. |
Returns | |
---|---|
Type | Description |
CreateGlossaryRequest |