public sealed class ExecutedQueryResult.Types.Row : IMessage<ExecutedQueryResult.Types.Row>, IEquatable<ExecutedQueryResult.Types.Row>, IDeepCloneable<ExecutedQueryResult.Types.Row>, IBufferMessage, IMessageReference 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.
Implements
IMessageExecutedQueryResultTypesRow, IEquatableExecutedQueryResultTypesRow, IDeepCloneableExecutedQueryResultTypesRow, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |
|