public static final class SqlResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder> implements SqlResultOrBuilder
SqlResult represents the result for the execution of a sql statement.Protobuf type
google.cloud.alloydb.v1.SqlResult| Modifier and Type | Method and Description |
|---|---|
SqlResult.Builder |
addAllColumns(Iterable<? extends SqlResultColumn> values)
List of columns included in the result.
|
SqlResult.Builder |
addAllRows(Iterable<? extends SqlResultRow> values)
Rows returned by the SQL statement.
|
SqlResult.Builder |
addColumns(int index,
SqlResultColumn.Builder builderForValue)
List of columns included in the result.
|
SqlResult.Builder |
addColumns(int index,
SqlResultColumn value)
List of columns included in the result.
|
SqlResult.Builder |
addColumns(SqlResultColumn.Builder builderForValue)
List of columns included in the result.
|
SqlResult.Builder |
addColumns(SqlResultColumn value)
List of columns included in the result.
|
SqlResultColumn.Builder |
addColumnsBuilder()
List of columns included in the result.
|
SqlResultColumn.Builder |
addColumnsBuilder(int index)
List of columns included in the result.
|
SqlResult.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SqlResult.Builder |
addRows(int index,
SqlResultRow.Builder builderForValue)
Rows returned by the SQL statement.
|
SqlResult.Builder |
addRows(int index,
SqlResultRow value)
Rows returned by the SQL statement.
|
SqlResult.Builder |
addRows(SqlResultRow.Builder builderForValue)
Rows returned by the SQL statement.
|
SqlResult.Builder |
addRows(SqlResultRow value)
Rows returned by the SQL statement.
|
SqlResultRow.Builder |
addRowsBuilder()
Rows returned by the SQL statement.
|
SqlResultRow.Builder |
addRowsBuilder(int index)
Rows returned by the SQL statement.
|
SqlResult |
build() |
SqlResult |
buildPartial() |
SqlResult.Builder |
clear() |
SqlResult.Builder |
clearColumns()
List of columns included in the result.
|
SqlResult.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SqlResult.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SqlResult.Builder |
clearRows()
Rows returned by the SQL statement.
|
SqlResult.Builder |
clone() |
SqlResultColumn |
getColumns(int index)
List of columns included in the result.
|
SqlResultColumn.Builder |
getColumnsBuilder(int index)
List of columns included in the result.
|
List<SqlResultColumn.Builder> |
getColumnsBuilderList()
List of columns included in the result.
|
int |
getColumnsCount()
List of columns included in the result.
|
List<SqlResultColumn> |
getColumnsList()
List of columns included in the result.
|
SqlResultColumnOrBuilder |
getColumnsOrBuilder(int index)
List of columns included in the result.
|
List<? extends SqlResultColumnOrBuilder> |
getColumnsOrBuilderList()
List of columns included in the result.
|
SqlResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SqlResultRow |
getRows(int index)
Rows returned by the SQL statement.
|
SqlResultRow.Builder |
getRowsBuilder(int index)
Rows returned by the SQL statement.
|
List<SqlResultRow.Builder> |
getRowsBuilderList()
Rows returned by the SQL statement.
|
int |
getRowsCount()
Rows returned by the SQL statement.
|
List<SqlResultRow> |
getRowsList()
Rows returned by the SQL statement.
|
SqlResultRowOrBuilder |
getRowsOrBuilder(int index)
Rows returned by the SQL statement.
|
List<? extends SqlResultRowOrBuilder> |
getRowsOrBuilderList()
Rows returned by the SQL statement.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SqlResult.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SqlResult.Builder |
mergeFrom(com.google.protobuf.Message other) |
SqlResult.Builder |
mergeFrom(SqlResult other) |
SqlResult.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SqlResult.Builder |
removeColumns(int index)
List of columns included in the result.
|
SqlResult.Builder |
removeRows(int index)
Rows returned by the SQL statement.
|
SqlResult.Builder |
setColumns(int index,
SqlResultColumn.Builder builderForValue)
List of columns included in the result.
|
SqlResult.Builder |
setColumns(int index,
SqlResultColumn value)
List of columns included in the result.
|
SqlResult.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SqlResult.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SqlResult.Builder |
setRows(int index,
SqlResultRow.Builder builderForValue)
Rows returned by the SQL statement.
|
SqlResult.Builder |
setRows(int index,
SqlResultRow value)
Rows returned by the SQL statement.
|
SqlResult.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SqlResult build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SqlResult buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SqlResult.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SqlResult.Builder>public SqlResult.Builder mergeFrom(SqlResult other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public SqlResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SqlResult.Builder>IOExceptionpublic List<SqlResultColumn> getColumnsList()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;getColumnsList in interface SqlResultOrBuilderpublic int getColumnsCount()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;getColumnsCount in interface SqlResultOrBuilderpublic SqlResultColumn getColumns(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;getColumns in interface SqlResultOrBuilderpublic SqlResult.Builder setColumns(int index, SqlResultColumn value)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder setColumns(int index, SqlResultColumn.Builder builderForValue)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder addColumns(SqlResultColumn value)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder addColumns(int index, SqlResultColumn value)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder addColumns(SqlResultColumn.Builder builderForValue)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder addColumns(int index, SqlResultColumn.Builder builderForValue)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder addAllColumns(Iterable<? extends SqlResultColumn> values)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder clearColumns()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResult.Builder removeColumns(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResultColumn.Builder getColumnsBuilder(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResultColumnOrBuilder getColumnsOrBuilder(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;getColumnsOrBuilder in interface SqlResultOrBuilderpublic List<? extends SqlResultColumnOrBuilder> getColumnsOrBuilderList()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;getColumnsOrBuilderList in interface SqlResultOrBuilderpublic SqlResultColumn.Builder addColumnsBuilder()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public SqlResultColumn.Builder addColumnsBuilder(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public List<SqlResultColumn.Builder> getColumnsBuilderList()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;public List<SqlResultRow> getRowsList()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;getRowsList in interface SqlResultOrBuilderpublic int getRowsCount()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;getRowsCount in interface SqlResultOrBuilderpublic SqlResultRow getRows(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;getRows in interface SqlResultOrBuilderpublic SqlResult.Builder setRows(int index, SqlResultRow value)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder setRows(int index, SqlResultRow.Builder builderForValue)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder addRows(SqlResultRow value)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder addRows(int index, SqlResultRow value)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder addRows(SqlResultRow.Builder builderForValue)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder addRows(int index, SqlResultRow.Builder builderForValue)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder addAllRows(Iterable<? extends SqlResultRow> values)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder clearRows()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResult.Builder removeRows(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResultRow.Builder getRowsBuilder(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResultRowOrBuilder getRowsOrBuilder(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;getRowsOrBuilder in interface SqlResultOrBuilderpublic List<? extends SqlResultRowOrBuilder> getRowsOrBuilderList()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;getRowsOrBuilderList in interface SqlResultOrBuilderpublic SqlResultRow.Builder addRowsBuilder()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public SqlResultRow.Builder addRowsBuilder(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public List<SqlResultRow.Builder> getRowsBuilderList()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;public final SqlResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>public final SqlResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SqlResult.Builder>Copyright © 2025 Google LLC. All rights reserved.