Google Cloud Gemini Data Analytics V1beta Client - Class Schema (0.1.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Schema.

The schema of a Datasource or QueryResult instance.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.Schema

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ fields array<Field>

Optional. The fields in the schema.

↳ display_name string

Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.

getFields

Optional. The fields in the schema.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFields

Optional. The fields in the schema.

Parameter
Name Description
var array<Field>
Returns
Type Description
$this

getDisplayName

Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.

Returns
Type Description
string

setDisplayName

Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.

Parameter
Name Description
var string
Returns
Type Description
$this