Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class BucketDestination.
A Cloud Storage bucket destination.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.BucketDestination
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket_uri |
string
Required. The URI of the Cloud Storage bucket. |
↳ framework_audit_format |
int
Optional. The format of the framework audit. |
getBucketUri
Required. The URI of the Cloud Storage bucket.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucketUri
Required. The URI of the Cloud Storage bucket.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkAuditFormat
Optional. The format of the framework audit.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Format. |
setFrameworkAuditFormat
Optional. The format of the framework audit.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Format. |
| Returns | |
|---|---|
| Type | Description |
$this |
|