Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1TagTemplateField

The template for an individual field within a tag template.

Inheritance
object
GoogleCloudDatacatalogV1beta1TagTemplateField
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.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1TagTemplateField : IDirectResponseSchema

Properties

Description

The description for this field. Defaults to an empty string.

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

DisplayName

The display name for this field. Defaults to an empty string.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

IsRequired

Whether this is a required field. Defaults to false.

Declaration
[JsonProperty("isRequired")]
public virtual bool? IsRequired { get; set; }
Property Value
Type Description
bool?

Name

Output only. Identifier. The resource name of the tag template field in URL format. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.

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

Order

The order of this field with respect to other fields in this tag template. A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.

Declaration
[JsonProperty("order")]
public virtual int? Order { get; set; }
Property Value
Type Description
int?

Type

Required. The type of value this tag field can contain.

Declaration
[JsonProperty("type")]
public virtual GoogleCloudDatacatalogV1beta1FieldType Type { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1beta1FieldType

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX