Google Cloud Service Management V1 Client - Class GenerateConfigReportResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Service Management V1 Client class GenerateConfigReportResponse.

Response message for GenerateConfigReport method.

Generated from protobuf message google.api.servicemanagement.v1.GenerateConfigReportResponse

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_name string

Name of the service this report belongs to.

↳ id string

ID of the service configuration this report belongs to.

↳ change_reports array<Google\Cloud\ServiceManagement\V1\ChangeReport>

list of ChangeReport, each corresponding to comparison between two service configurations.

↳ diagnostics array<Google\Cloud\ServiceManagement\V1\Diagnostic>

Errors / Linter warnings associated with the service definition this report belongs to.

getServiceName

Name of the service this report belongs to.

Returns
TypeDescription
string

setServiceName

Name of the service this report belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

ID of the service configuration this report belongs to.

Returns
TypeDescription
string

setId

ID of the service configuration this report belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getChangeReports

list of ChangeReport, each corresponding to comparison between two service configurations.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setChangeReports

list of ChangeReport, each corresponding to comparison between two service configurations.

Parameter
NameDescription
var array<Google\Cloud\ServiceManagement\V1\ChangeReport>
Returns
TypeDescription
$this

getDiagnostics

Errors / Linter warnings associated with the service definition this report belongs to.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDiagnostics

Errors / Linter warnings associated with the service definition this report belongs to.

Parameter
NameDescription
var array<Google\Cloud\ServiceManagement\V1\Diagnostic>
Returns
TypeDescription
$this