Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::Field.
A field in a schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#category
def category() -> ::String
Returns
- (::String) — 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.
#category=
def category=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#description
def description() -> ::String
Returns
- (::String) — Optional. A brief description of the field.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. A brief description of the field.
Returns
- (::String) — Optional. A brief description of the field.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. Field display_name (same as label in
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. Field display_name (same as label in
Returns
- (::String) — Optional. Field display_name (same as label in
#mode
def mode() -> ::String
Returns
- (::String) — Optional. The mode of the field (e.g., NULLABLE, REPEATED).
#mode=
def mode=(value) -> ::String
Parameter
- value (::String) — Optional. The mode of the field (e.g., NULLABLE, REPEATED).
Returns
- (::String) — Optional. The mode of the field (e.g., NULLABLE, REPEATED).
#name
def name() -> ::String
Returns
- (::String) — Optional. The name of the field.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Optional. The name of the field.
Returns
- (::String) — Optional. The name of the field.
#subfields
def subfields() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Field>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Field>) — Optional. Recursive property for nested schema structures.
#subfields=
def subfields=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Field>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Field>) — Optional. Recursive property for nested schema structures.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Field>) — Optional. Recursive property for nested schema structures.
#synonyms
def synonyms() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. A list of alternative names or synonyms that can be used to refer to this field. For example: ["id", "customerid", "cust_id"]
#synonyms=
def synonyms=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. A list of alternative names or synonyms that can be used to refer to this field. For example: ["id", "customerid", "cust_id"]
Returns
- (::Array<::String>) — Optional. A list of alternative names or synonyms that can be used to refer to this field. For example: ["id", "customerid", "cust_id"]
#tags
def tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. A list of tags or keywords associated with the field, used for categorization. For example: ["identifier", "customer", "pii"]
#tags=
def tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. A list of tags or keywords associated with the field, used for categorization. For example: ["identifier", "customer", "pii"]
Returns
- (::Array<::String>) — Optional. A list of tags or keywords associated with the field, used for categorization. For example: ["identifier", "customer", "pii"]
#type
def type() -> ::String
Returns
- (::String) — Optional. The type of the field.
#type=
def type=(value) -> ::String
Parameter
- value (::String) — Optional. The type of the field.
Returns
- (::String) — Optional. The type of the field.
#value_format
def value_format() -> ::String
Returns
- (::String) — Optional. Looker only. Value format of the field. Ref: https://cloud.google.com/looker/docs/reference/param-field-value-format
#value_format=
def value_format=(value) -> ::String
Parameter
- value (::String) — Optional. Looker only. Value format of the field. Ref: https://cloud.google.com/looker/docs/reference/param-field-value-format
Returns
- (::String) — Optional. Looker only. Value format of the field. Ref: https://cloud.google.com/looker/docs/reference/param-field-value-format