Reference documentation and code samples for the Google Cloud Migration Center V1 Client class GroupFinding.
Summary Findings for a specific Group.
Generated from protobuf message google.cloud.migrationcenter.v1.ReportSummary.GroupFinding
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ ReportSummaryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Display Name for the Group. |
↳ description |
string
Description for the Group. |
↳ asset_aggregate_stats |
Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats
Summary statistics for all the assets in this group. |
↳ overlapping_asset_count |
int|string
This field is deprecated, do not rely on it having a value. |
↳ preference_set_findings |
array<Google\Cloud\MigrationCenter\V1\ReportSummary\GroupPreferenceSetFinding>
Findings for each of the PreferenceSets for this group. |
getDisplayName
Display Name for the Group.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Display Name for the Group.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Description for the Group.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Description for the Group.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAssetAggregateStats
Summary statistics for all the assets in this group.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats|null |
|
hasAssetAggregateStats
clearAssetAggregateStats
setAssetAggregateStats
Summary statistics for all the assets in this group.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOverlappingAssetCount
This field is deprecated, do not rely on it having a value.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setOverlappingAssetCount
This field is deprecated, do not rely on it having a value.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPreferenceSetFindings
Findings for each of the PreferenceSets for this group.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPreferenceSetFindings
Findings for each of the PreferenceSets for this group.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\MigrationCenter\V1\ReportSummary\GroupPreferenceSetFinding>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|