Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1TagField

Contains the value and supporting information for a field within a Tag.

Inheritance
object
GoogleCloudDatacatalogV1beta1TagField
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 GoogleCloudDatacatalogV1beta1TagField : IDirectResponseSchema

Properties

BoolValue

Holds the value for a tag field with boolean type.

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

DisplayName

Output only. The display name of this field.

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

DoubleValue

Holds the value for a tag field with double type.

Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

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

EnumValue

Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum.

Declaration
[JsonProperty("enumValue")]
public virtual GoogleCloudDatacatalogV1beta1TagFieldEnumValue EnumValue { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1beta1TagFieldEnumValue

Order

Output only. The order of this field with respect to other fields in this tag. It can be set in Tag. For example, a higher value can indicate 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?

StringValue

Holds the value for a tag field with string type.

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

TimestampValue

object representation of TimestampValueRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampValueDateTimeOffset instead.")]
public virtual object TimestampValue { get; set; }
Property Value
Type Description
object

TimestampValueDateTimeOffset

DateTimeOffset representation of TimestampValueRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampValueDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampValueRaw

Holds the value for a tag field with timestamp type.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX