Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateGlossaryCategoryRequest.
Creates a new GlossaryCategory under the specified Glossary.
Generated from protobuf message google.cloud.dataplex.v1.CreateGlossaryCategoryRequest
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 GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where |
↳ category_id |
string
Required. GlossaryCategory identifier. |
↳ category |
GlossaryCategory
Required. The GlossaryCategory to create. |
getParent
Required. The parent resource where this GlossaryCategory will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where locationId
refers to a Google Cloud region.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this GlossaryCategory will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where locationId
refers to a Google Cloud region.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCategoryId
Required. GlossaryCategory identifier.
Returns | |
---|---|
Type | Description |
string |
setCategoryId
Required. GlossaryCategory identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCategory
Required. The GlossaryCategory to create.
Returns | |
---|---|
Type | Description |
GlossaryCategory|null |
hasCategory
clearCategory
setCategory
Required. The GlossaryCategory to create.
Parameter | |
---|---|
Name | Description |
var |
GlossaryCategory
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where this GlossaryCategory will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where |
category |
GlossaryCategory
Required. The GlossaryCategory to create. |
categoryId |
string
Required. GlossaryCategory identifier. |
Returns | |
---|---|
Type | Description |
CreateGlossaryCategoryRequest |