Class GoogleCloudDataplexV1CreateGlossaryRequest
Create Glossary Request
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1CreateGlossaryRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Glossary
Required. The Glossary to create.
Declaration
[JsonProperty("glossary")]
public virtual GoogleCloudDataplexV1Glossary Glossary { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1Glossary |
GlossaryId
Required. Glossary ID: Glossary identifier.
Declaration
[JsonProperty("glossaryId")]
public virtual string GlossaryId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
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.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
Optional. Validates the request without actually creating the Glossary. Default: false.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |