AlloyDB v1 API - Class ExecuteSqlResponse (1.9.0)

public sealed class ExecuteSqlResponse : IMessage<ExecuteSqlResponse>, IEquatable<ExecuteSqlResponse>, IDeepCloneable<ExecuteSqlResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1 API class ExecuteSqlResponse.

Execute a SQL statement response.

Inheritance

object > ExecuteSqlResponse

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

ExecuteSqlResponse()

public ExecuteSqlResponse()

ExecuteSqlResponse(ExecuteSqlResponse)

public ExecuteSqlResponse(ExecuteSqlResponse other)
Parameter
Name Description
other ExecuteSqlResponse

Properties

Metadata

public ExecuteSqlMetadata Metadata { get; set; }

Any additional metadata information regarding the execution of the sql statement.

Property Value
Type Description
ExecuteSqlMetadata

SqlResults

public RepeatedField<SqlResult> SqlResults { get; }

SqlResult represents the results for the execution of sql statements.

Property Value
Type Description
RepeatedFieldSqlResult