Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FetchFrameworkComplianceReportRequest.
The request message for FetchFrameworkComplianceReport.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.FetchFrameworkComplianceReportRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the framework compliance report to retrieve. |
↳ end_time |
Google\Protobuf\Timestamp
Optional. The end time of the report. |
getName
Required. The name of the framework compliance report to retrieve.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the framework compliance report to retrieve.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
Optional. The end time of the report.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
Optional. The end time of the report.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the framework compliance report to retrieve. Please see MonitoringClient::frameworkComplianceReportName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
FetchFrameworkComplianceReportRequest |
|