Google Cloud Migration Center V1 Client - Class GroupFinding (0.1.0)

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 \ ReportSummary

Methods

__construct

Constructor.

Parameters
NameDescription
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

Count of the number of assets in this group which are also included in another group within the same report.

↳ 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
TypeDescription
string

setDisplayName

Display Name for the Group.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Description for the Group.

Returns
TypeDescription
string

setDescription

Description for the Group.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAssetAggregateStats

Summary statistics for all the assets in this group.

Returns
TypeDescription
Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats|null

hasAssetAggregateStats

clearAssetAggregateStats

setAssetAggregateStats

Summary statistics for all the assets in this group.

Parameter
NameDescription
var Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats
Returns
TypeDescription
$this

getOverlappingAssetCount

Count of the number of assets in this group which are also included in another group within the same report.

Returns
TypeDescription
int|string

setOverlappingAssetCount

Count of the number of assets in this group which are also included in another group within the same report.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getPreferenceSetFindings

Findings for each of the PreferenceSets for this group.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPreferenceSetFindings

Findings for each of the PreferenceSets for this group.

Parameter
NameDescription
var array<Google\Cloud\MigrationCenter\V1\ReportSummary\GroupPreferenceSetFinding>
Returns
TypeDescription
$this