Class ExecutedQueryResult.Row.Builder (0.9.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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>
Returns
Type Description
ExecutedQueryResult.Row.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExecutedQueryResult.Row.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExecutedQueryResult.Row.Builder
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;

Parameter
Name Description
value ExecutedQueryResult.Value
Returns
Type Description
ExecutedQueryResult.Row.Builder

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;

Parameter
Name Description
builderForValue ExecutedQueryResult.Value.Builder
Returns
Type Description
ExecutedQueryResult.Row.Builder

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;

Parameters
Name Description
index int
value ExecutedQueryResult.Value
Returns
Type Description
ExecutedQueryResult.Row.Builder

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;

Parameters
Name Description
index int
builderForValue ExecutedQueryResult.Value.Builder
Returns
Type Description
ExecutedQueryResult.Row.Builder

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;

Returns
Type Description
ExecutedQueryResult.Value.Builder

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
Returns
Type Description
ExecutedQueryResult.Value.Builder

build()

public ExecutedQueryResult.Row build()
Returns
Type Description
ExecutedQueryResult.Row

buildPartial()

public ExecutedQueryResult.Row buildPartial()
Returns
Type Description
ExecutedQueryResult.Row

clear()

public ExecutedQueryResult.Row.Builder clear()
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExecutedQueryResult.Row.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExecutedQueryResult.Row.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ExecutedQueryResult.Row.Builder
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;

Returns
Type Description
ExecutedQueryResult.Row.Builder

clone()

public ExecutedQueryResult.Row.Builder clone()
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides

getDefaultInstanceForType()

public ExecutedQueryResult.Row getDefaultInstanceForType()
Returns
Type Description
ExecutedQueryResult.Row

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Returns
Type Description
ExecutedQueryResult.Value

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
Returns
Type Description
ExecutedQueryResult.Value.Builder

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;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
List<Value>

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
Returns
Type Description
ExecutedQueryResult.ValueOrBuilder

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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExecutedQueryResult.Row other)

public ExecutedQueryResult.Row.Builder mergeFrom(ExecutedQueryResult.Row other)
Parameter
Name Description
other ExecutedQueryResult.Row
Returns
Type Description
ExecutedQueryResult.Row.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExecutedQueryResult.Row.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExecutedQueryResult.Row.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExecutedQueryResult.Row.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExecutedQueryResult.Row.Builder
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
Returns
Type Description
ExecutedQueryResult.Row.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ExecutedQueryResult.Row.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExecutedQueryResult.Row.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ExecutedQueryResult.Row.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExecutedQueryResult.Row.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExecutedQueryResult.Row.Builder
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;

Parameters
Name Description
index int
value ExecutedQueryResult.Value
Returns
Type Description
ExecutedQueryResult.Row.Builder

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;

Parameters
Name Description
index int
builderForValue ExecutedQueryResult.Value.Builder
Returns
Type Description
ExecutedQueryResult.Row.Builder