Data Analytics API with Gemini v1beta API - Class ExecutedQueryResult.Types.Row (1.0.0-beta05)

public sealed class ExecutedQueryResult.Types.Row : IMessage<ExecutedQueryResult.Types.Row>, IEquatable<ExecutedQueryResult.Types.Row>, IDeepCloneable<ExecutedQueryResult.Types.Row>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ExecutedQueryResult.Types.Row.

Represents a single row in the result set.

Inheritance

object > ExecutedQueryResult.Types.Row

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

Row()

public Row()

Row(Row)

public Row(ExecutedQueryResult.Types.Row other)
Parameter
Name Description
other ExecutedQueryResultTypesRow

Properties

Values

public RepeatedField<ExecutedQueryResult.Types.Value> Values { get; }

The values in the row, corresponding positionally to the columns.

Property Value
Type Description
RepeatedFieldExecutedQueryResultTypesValue