Reference documentation and code samples for the Google Cloud Appoptimize V1beta Client class ReadReportResponse.
Response message for the ReadReport method.
Generated from protobuf message google.cloud.appoptimize.v1beta.ReadReportResponse
Namespace
Google \ Cloud \ AppOptimize \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rows |
array<Google\Protobuf\ListValue>
A list of rows, where each row represents a record from the report. |
↳ columns |
array<Column>
The columns describing the structure of the data in the |
↳ next_page_token |
string
A token that can be sent as |
getRows
A list of rows, where each row represents a record from the report.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Google\Protobuf\ListValue> |
|
setRows
A list of rows, where each row represents a record from the report.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Protobuf\ListValue>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getColumns
The columns describing the structure of the data in the rows field.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Column> |
|
setColumns
The columns describing the structure of the data in the rows field.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Column>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token that can be sent as page_token in a subsequent ReadReport
request to retrieve the next page of results. If this field is empty,
there are no further pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token that can be sent as page_token in a subsequent ReadReport
request to retrieve the next page of results. If this field is empty,
there are no further pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|