Show / Hide Table of Contents

Class GoogleCloudDataplexV1CreateGlossaryCategoryRequest

Creates a new GlossaryCategory under the specified Glossary.

Inheritance
object
GoogleCloudDataplexV1CreateGlossaryCategoryRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1CreateGlossaryCategoryRequest : IDirectResponseSchema

Properties

Category

Required. The GlossaryCategory to create.

Declaration
[JsonProperty("category")]
public virtual GoogleCloudDataplexV1GlossaryCategory Category { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1GlossaryCategory

CategoryId

Required. GlossaryCategory identifier.

Declaration
[JsonProperty("categoryId")]
public virtual string CategoryId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Parent

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.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX