Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class DataResult.
Retrieved data.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.DataResult
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Optional. A snake-case name for the data result that reflects its contents. The name is used to pass the result around by reference, and serves as a signal about its meaning. * * Example: "total_sales_by_product" * * Example: "sales_for_product_12345"
↳ schema
↳ data
array< Google\Protobuf\Struct
>
Optional. The content of the data. Each row is a struct that matches the schema. Simple values are represented as strings, while nested structures are represented as lists or structs.
getName
Optional. A snake-case name for the data result that reflects its contents.
The name is used to pass the result around by reference, and serves as a signal about its meaning.
- Example: "total_sales_by_product"
- Example: "sales_for_product_12345"
string
setName
Optional. A snake-case name for the data result that reflects its contents.
The name is used to pass the result around by reference, and serves as a signal about its meaning.
- Example: "total_sales_by_product"
- Example: "sales_for_product_12345"
var
string
$this
getSchema
Optional. The schema of the data.
hasSchema
clearSchema
setSchema
Optional. The schema of the data.
$this
getData
Optional. The content of the data. Each row is a struct that matches the schema. Simple values are represented as strings, while nested structures are represented as lists or structs.
setData
Optional. The content of the data. Each row is a struct that matches the schema. Simple values are represented as strings, while nested structures are represented as lists or structs.
$this