RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addAllColumns(Iterable<? extends RiakTsPB.TsColumnDescription> values)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addAllRows(Iterable<? extends RiakTsPB.TsRow> values)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addColumns(int index,
RiakTsPB.TsColumnDescription.Builder builderForValue)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addColumns(int index,
RiakTsPB.TsColumnDescription value)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addColumns(RiakTsPB.TsColumnDescription.Builder builderForValue)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addColumns(RiakTsPB.TsColumnDescription value)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addRows(int index,
RiakTsPB.TsRow.Builder builderForValue)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addRows(int index,
RiakTsPB.TsRow value)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addRows(RiakTsPB.TsRow.Builder builderForValue)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.addRows(RiakTsPB.TsRow value)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.clear() |
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.clearColumns()
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.clearRows()
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.clone() |
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.mergeFrom(com.google.protobuf.Message other) |
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.mergeFrom(RiakTsPB.TsGetResp other) |
static RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.newBuilder() |
static RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.newBuilder(RiakTsPB.TsGetResp prototype) |
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.newBuilderForType() |
protected RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.removeColumns(int index)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.removeRows(int index)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.setColumns(int index,
RiakTsPB.TsColumnDescription.Builder builderForValue)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.setColumns(int index,
RiakTsPB.TsColumnDescription value)
repeated .TsColumnDescription columns = 1;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.setRows(int index,
RiakTsPB.TsRow.Builder builderForValue)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.Builder.setRows(int index,
RiakTsPB.TsRow value)
repeated .TsRow rows = 2;
|
RiakTsPB.TsGetResp.Builder |
RiakTsPB.TsGetResp.toBuilder() |