public static final class ExecutedQueryResult.Row.Builder extends GeneratedMessageV3.Builder<ExecutedQueryResult.Row.Builder> implements ExecutedQueryResult.RowOrBuilder
Represents a single row in the result set.
Protobuf type google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Row
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllValues(Iterable<? extends ExecutedQueryResult.Value> values)
public ExecutedQueryResult.Row.Builder addAllValues(Iterable<? extends ExecutedQueryResult.Value> values)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExecutedQueryResult.Row.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addValues(ExecutedQueryResult.Value value)
public ExecutedQueryResult.Row.Builder addValues(ExecutedQueryResult.Value value)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
addValues(ExecutedQueryResult.Value.Builder builderForValue)
public ExecutedQueryResult.Row.Builder addValues(ExecutedQueryResult.Value.Builder builderForValue)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
addValues(int index, ExecutedQueryResult.Value value)
public ExecutedQueryResult.Row.Builder addValues(int index, ExecutedQueryResult.Value value)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
addValues(int index, ExecutedQueryResult.Value.Builder builderForValue)
public ExecutedQueryResult.Row.Builder addValues(int index, ExecutedQueryResult.Value.Builder builderForValue)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
addValuesBuilder()
public ExecutedQueryResult.Value.Builder addValuesBuilder()
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
addValuesBuilder(int index)
public ExecutedQueryResult.Value.Builder addValuesBuilder(int index)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
public ExecutedQueryResult.Row build()
buildPartial()
public ExecutedQueryResult.Row buildPartial()
clear()
public ExecutedQueryResult.Row.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ExecutedQueryResult.Row.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExecutedQueryResult.Row.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearValues()
public ExecutedQueryResult.Row.Builder clearValues()
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
clone()
public ExecutedQueryResult.Row.Builder clone()
Overrides
getDefaultInstanceForType()
public ExecutedQueryResult.Row getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getValues(int index)
public ExecutedQueryResult.Value getValues(int index)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter |
| Name |
Description |
index |
int
|
getValuesBuilder(int index)
public ExecutedQueryResult.Value.Builder getValuesBuilder(int index)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter |
| Name |
Description |
index |
int
|
getValuesBuilderList()
public List<ExecutedQueryResult.Value.Builder> getValuesBuilderList()
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
getValuesCount()
public int getValuesCount()
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Returns |
| Type |
Description |
int |
|
getValuesList()
public List<ExecutedQueryResult.Value> getValuesList()
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
getValuesOrBuilder(int index)
public ExecutedQueryResult.ValueOrBuilder getValuesOrBuilder(int index)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter |
| Name |
Description |
index |
int
|
getValuesOrBuilderList()
public List<? extends ExecutedQueryResult.ValueOrBuilder> getValuesOrBuilderList()
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.ValueOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ExecutedQueryResult.Row other)
public ExecutedQueryResult.Row.Builder mergeFrom(ExecutedQueryResult.Row other)
public ExecutedQueryResult.Row.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExecutedQueryResult.Row.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExecutedQueryResult.Row.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeValues(int index)
public ExecutedQueryResult.Row.Builder removeValues(int index)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter |
| Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ExecutedQueryResult.Row.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExecutedQueryResult.Row.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExecutedQueryResult.Row.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValues(int index, ExecutedQueryResult.Value value)
public ExecutedQueryResult.Row.Builder setValues(int index, ExecutedQueryResult.Value value)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
setValues(int index, ExecutedQueryResult.Value.Builder builderForValue)
public ExecutedQueryResult.Row.Builder setValues(int index, ExecutedQueryResult.Value.Builder builderForValue)
The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;