public sealed class CreateGlossaryCategoryRequest : IMessage<CreateGlossaryCategoryRequest>, IEquatable<CreateGlossaryCategoryRequest>, IDeepCloneable<CreateGlossaryCategoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateGlossaryCategoryRequest.
Creates a new GlossaryCategory under the specified Glossary.
Implements
IMessageCreateGlossaryCategoryRequest, IEquatableCreateGlossaryCategoryRequest, IDeepCloneableCreateGlossaryCategoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateGlossaryCategoryRequest()
public CreateGlossaryCategoryRequest()
CreateGlossaryCategoryRequest(CreateGlossaryCategoryRequest)
public CreateGlossaryCategoryRequest(CreateGlossaryCategoryRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateGlossaryCategoryRequest |
Properties
Category
public GlossaryCategory Category { get; set; }
Required. The GlossaryCategory to create.
Property Value | |
---|---|
Type | Description |
GlossaryCategory |
CategoryId
public string CategoryId { get; set; }
Required. GlossaryCategory identifier.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ParentAsGlossaryName
public GlossaryName ParentAsGlossaryName { get; set; }
GlossaryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
GlossaryName |