Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Field.
A field in a schema.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.Field
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Optional. The name of the field.
↳ type
string
Optional. The type of the field.
↳ description
string
Optional. A brief description of the field.
↳ mode
string
Optional. The mode of the field (e.g., NULLABLE, REPEATED).
↳ display_name
string
Optional. Field display_name (same as label in
↳ subfields
↳ category
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.
getName
Optional. The name of the field.
string
setName
Optional. The name of the field.
var
string
$this
getType
Optional. The type of the field.
string
setType
Optional. The type of the field.
var
string
$this
getDescription
Optional. A brief description of the field.
string
setDescription
Optional. A brief description of the field.
var
string
$this
getMode
Optional. The mode of the field (e.g., NULLABLE, REPEATED).
string
setMode
Optional. The mode of the field (e.g., NULLABLE, REPEATED).
var
string
$this
getDisplayName
Optional. Field display_name (same as label in
string
setDisplayName
Optional. Field display_name (same as label in
var
string
$this
getSubfields
Optional. Recursive property for nested schema structures.
setSubfields
Optional. Recursive property for nested schema structures.
$this
getCategory
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.
string
setCategory
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.
var
string
$this