Row.Builder |
Row.Builder.addAllValues(Iterable<? extends ReportValue> values) |
The list of values in the row.
|
Row.Builder |
Row.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Row.Builder |
FetchReportResultsResponse.Builder.addRowsBuilder() |
The report's lists of values.
|
Row.Builder |
FetchReportResultsResponse.Builder.addRowsBuilder(int index) |
The report's lists of values.
|
Row.Builder |
Row.Builder.addValues(int index,
ReportValue value) |
The list of values in the row.
|
Row.Builder |
Row.Builder.addValues(int index,
ReportValue.Builder builderForValue) |
The list of values in the row.
|
Row.Builder |
Row.Builder.addValues(ReportValue value) |
The list of values in the row.
|
Row.Builder |
Row.Builder.addValues(ReportValue.Builder builderForValue) |
The list of values in the row.
|
Row.Builder |
Row.Builder.clear() |
|
Row.Builder |
Row.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Row.Builder |
Row.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Row.Builder |
Row.Builder.clearPartitionKey() |
The key for the partition this row belongs to.
|
Row.Builder |
Row.Builder.clearValues() |
The list of values in the row.
|
Row.Builder |
Row.Builder.clone() |
|
Row.Builder |
FetchReportResultsResponse.Builder.getRowsBuilder(int index) |
The report's lists of values.
|
Row.Builder |
Row.Builder.mergeFrom(Row other) |
|
Row.Builder |
Row.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Row.Builder |
Row.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Row.Builder |
Row.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Row.Builder |
Row.newBuilder() |
|
static Row.Builder |
Row.newBuilder(Row prototype) |
|
Row.Builder |
Row.newBuilderForType() |
|
protected Row.Builder |
Row.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Row.Builder |
Row.Builder.removeValues(int index) |
The list of values in the row.
|
Row.Builder |
Row.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Row.Builder |
Row.Builder.setPartitionKey(String value) |
The key for the partition this row belongs to.
|
Row.Builder |
Row.Builder.setPartitionKeyBytes(com.google.protobuf.ByteString value) |
The key for the partition this row belongs to.
|
Row.Builder |
Row.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Row.Builder |
Row.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Row.Builder |
Row.Builder.setValues(int index,
ReportValue value) |
The list of values in the row.
|
Row.Builder |
Row.Builder.setValues(int index,
ReportValue.Builder builderForValue) |
The list of values in the row.
|
Row.Builder |
Row.toBuilder() |
|