Reference documentation and code samples for the Google Cloud Migration Center V1 Client class Count.
The result of a count aggregation.
Generated from protobuf message google.cloud.migrationcenter.v1.AggregationResult.Count
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ AggregationResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
int|string
|
getValue
Generated from protobuf field int64 value = 1;
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setValue
Generated from protobuf field int64 value = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|