public sealed class Field : IMessage<Field>, IEquatable<Field>, IDeepCloneable<Field>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class Field.
A field in a schema.
Namespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
Field()
public Field()Field(Field)
public Field(Field other)| Parameter | |
|---|---|
| Name | Description |
other |
Field |
Properties
Category
public string Category { get; set; }Optional. Field category, not required, currently only useful for Looker. We are using a string to avoid depending on an external package and keep this package self-contained.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Description
public string Description { get; set; }Optional. A brief description of the field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Optional. Field display_name (same as label in
| Property Value | |
|---|---|
| Type | Description |
string |
|
Mode
public string Mode { get; set; }Optional. The mode of the field (e.g., NULLABLE, REPEATED).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Optional. The name of the field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Subfields
public RepeatedField<Field> Subfields { get; }Optional. Recursive property for nested schema structures.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldField |
|
Synonyms
public RepeatedField<string> Synonyms { get; }Optional. A list of alternative names or synonyms that can be used to refer to this field. For example: ["id", "customerid", "cust_id"]
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Tags
public RepeatedField<string> Tags { get; }Optional. A list of tags or keywords associated with the field, used for categorization. For example: ["identifier", "customer", "pii"]
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Type
public string Type { get; set; }Optional. The type of the field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValueFormat
public string ValueFormat { get; set; }Optional. Looker only. Value format of the field. Ref: https://cloud.google.com/looker/docs/reference/param-field-value-format
| Property Value | |
|---|---|
| Type | Description |
string |
|