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.
Implements
IMessageExecuteSqlResponse, IEquatableExecuteSqlResponse, IDeepCloneableExecuteSqlResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
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 |