Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addAllArrayValue(Iterable<? extends Common.TypedValue> values)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addAllValue(Iterable<? extends Common.TypedValue> values)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addArrayValue(Common.TypedValue.Builder builderForValue)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addArrayValue(Common.TypedValue value)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addArrayValue(int index,
Common.TypedValue.Builder builderForValue)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addArrayValue(int index,
Common.TypedValue value)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addValue(Common.TypedValue.Builder builderForValue)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addValue(Common.TypedValue value)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addValue(int index,
Common.TypedValue.Builder builderForValue)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.addValue(int index,
Common.TypedValue value)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.Row.Builder.addValueBuilder()
repeated .ColumnValue value = 1;
|
Common.ColumnValue.Builder |
Common.Row.Builder.addValueBuilder(int index)
repeated .ColumnValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.clear() |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.clearArrayValue()
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.clearHasArrayValue()
optional bool has_array_value = 3;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.clearScalarValue()
optional .TypedValue scalar_value = 4;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.clearValue()
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.Row.Builder.getValueBuilder(int index)
repeated .ColumnValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.mergeFrom(Common.ColumnValue other) |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.mergeFrom(com.google.protobuf.Message other) |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.mergeScalarValue(Common.TypedValue value)
optional .TypedValue scalar_value = 4;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Common.ColumnValue.Builder |
Common.ColumnValue.newBuilder() |
static Common.ColumnValue.Builder |
Common.ColumnValue.newBuilder(Common.ColumnValue prototype) |
Common.ColumnValue.Builder |
Common.ColumnValue.newBuilderForType() |
protected Common.ColumnValue.Builder |
Common.ColumnValue.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.removeArrayValue(int index)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.removeValue(int index)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setArrayValue(int index,
Common.TypedValue.Builder builderForValue)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setArrayValue(int index,
Common.TypedValue value)
repeated .TypedValue array_value = 2;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setHasArrayValue(boolean value)
optional bool has_array_value = 3;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setScalarValue(Common.TypedValue.Builder builderForValue)
optional .TypedValue scalar_value = 4;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setScalarValue(Common.TypedValue value)
optional .TypedValue scalar_value = 4;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setValue(int index,
Common.TypedValue.Builder builderForValue)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.setValue(int index,
Common.TypedValue value)
repeated .TypedValue value = 1;
|
Common.ColumnValue.Builder |
Common.ColumnValue.toBuilder() |