Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class GetAuditReportRequest.
Message for requesting the overall audit report for an audit report name.
Generated from protobuf message google.cloud.auditmanager.v1.GetAuditReportRequest
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Format projects/{project}/locations/{location}/auditReports/{audit_report}, folders/{folder}/locations/{location}/auditReports/{audit_report} |
getName
Required. Format projects/{project}/locations/{location}/auditReports/{audit_report}, folders/{folder}/locations/{location}/auditReports/{audit_report}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Format projects/{project}/locations/{location}/auditReports/{audit_report}, folders/{folder}/locations/{location}/auditReports/{audit_report}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Format projects/{project}/locations/{location}/auditReports/{audit_report}, folders/{folder}/locations/{location}/auditReports/{audit_report} Please see AuditManagerClient::auditReportName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetAuditReportRequest |
|