public static final class ExecutedQueryResult.Row.Builder extends GeneratedMessage.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.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
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>
|
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
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;
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 GeneratedMessage.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
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
|
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;