Cloud Dataplex v1 API - Class CreateGlossaryRequest (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class CreateGlossaryRequest : IMessage<CreateGlossaryRequest>, IEquatable<CreateGlossaryRequest>, IDeepCloneable<CreateGlossaryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class CreateGlossaryRequest.
Create Glossary Request
Implements
IMessage CreateGlossaryRequest, IEquatable CreateGlossaryRequest, IDeepCloneable CreateGlossaryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateGlossaryRequest()
public CreateGlossaryRequest()CreateGlossaryRequest(CreateGlossaryRequest)
public CreateGlossaryRequest(CreateGlossaryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateGlossaryRequest |
Properties
Glossary
public Glossary Glossary { get; set; }Required. The Glossary to create.
| Property Value | |
|---|---|
| Type | Description |
Glossary |
|
GlossaryId
public string GlossaryId { get; set; }Required. Glossary ID: Glossary identifier.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. Validates the request without actually creating the Glossary. Default: false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|