public interface ExecuteSqlResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlMetadata |
getMetadata()
Any additional metadata information regarding the execution of the sql
statement.
|
ExecuteSqlMetadataOrBuilder |
getMetadataOrBuilder()
Any additional metadata information regarding the execution of the sql
statement.
|
SqlResult |
getSqlResults(int index)
SqlResult represents the results for the execution of sql statements.
|
int |
getSqlResultsCount()
SqlResult represents the results for the execution of sql statements.
|
List<SqlResult> |
getSqlResultsList()
SqlResult represents the results for the execution of sql statements.
|
SqlResultOrBuilder |
getSqlResultsOrBuilder(int index)
SqlResult represents the results for the execution of sql statements.
|
List<? extends SqlResultOrBuilder> |
getSqlResultsOrBuilderList()
SqlResult represents the results for the execution of sql statements.
|
boolean |
hasMetadata()
Any additional metadata information regarding the execution of the sql
statement.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SqlResult> getSqlResultsList()
SqlResult represents the results for the execution of sql statements.
repeated .google.cloud.alloydb.v1.SqlResult sql_results = 1;SqlResult getSqlResults(int index)
SqlResult represents the results for the execution of sql statements.
repeated .google.cloud.alloydb.v1.SqlResult sql_results = 1;int getSqlResultsCount()
SqlResult represents the results for the execution of sql statements.
repeated .google.cloud.alloydb.v1.SqlResult sql_results = 1;List<? extends SqlResultOrBuilder> getSqlResultsOrBuilderList()
SqlResult represents the results for the execution of sql statements.
repeated .google.cloud.alloydb.v1.SqlResult sql_results = 1;SqlResultOrBuilder getSqlResultsOrBuilder(int index)
SqlResult represents the results for the execution of sql statements.
repeated .google.cloud.alloydb.v1.SqlResult sql_results = 1;boolean hasMetadata()
Any additional metadata information regarding the execution of the sql statement.
.google.cloud.alloydb.v1.ExecuteSqlMetadata metadata = 3;ExecuteSqlMetadata getMetadata()
Any additional metadata information regarding the execution of the sql statement.
.google.cloud.alloydb.v1.ExecuteSqlMetadata metadata = 3;ExecuteSqlMetadataOrBuilder getMetadataOrBuilder()
Any additional metadata information regarding the execution of the sql statement.
.google.cloud.alloydb.v1.ExecuteSqlMetadata metadata = 3;Copyright © 2025 Google LLC. All rights reserved.