Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
MetricMatrixRow |
MetricMatrixRow.clone() |
MetricMatrixRow |
MetricMatrixRow.set(String fieldName,
Object value) |
MetricMatrixRow |
MetricMatrixRow.setCols(List<Float> cols)
The columns of the row.
|
Modifier and Type | Method and Description |
---|---|
List<MetricMatrixRow> |
MetricMatrix.getRows()
The rows of the matrix.
|
Modifier and Type | Method and Description |
---|---|
MetricMatrix |
MetricMatrix.setRows(List<MetricMatrixRow> rows)
The rows of the matrix.
|
Copyright © 2011–2025 Google. All rights reserved.