Google Cloud Asset V1 Client - Class IamPolicyAnalysisOutputConfig (1.9.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class IamPolicyAnalysisOutputConfig.

Output configuration for export IAM policy analysis destination.

Generated from protobuf message google.cloud.asset.v1.IamPolicyAnalysisOutputConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_destination Google\Cloud\Asset\V1\IamPolicyAnalysisOutputConfig\GcsDestination

Destination on Cloud Storage.

↳ bigquery_destination Google\Cloud\Asset\V1\IamPolicyAnalysisOutputConfig\BigQueryDestination

Destination on BigQuery.

getGcsDestination

Destination on Cloud Storage.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
Google\Cloud\Asset\V1\IamPolicyAnalysisOutputConfig\GcsDestination|null

hasGcsDestination

setGcsDestination

Destination on Cloud Storage.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;

Parameter
NameDescription
var Google\Cloud\Asset\V1\IamPolicyAnalysisOutputConfig\GcsDestination
Returns
TypeDescription
$this

getBigqueryDestination

Destination on BigQuery.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
Google\Cloud\Asset\V1\IamPolicyAnalysisOutputConfig\BigQueryDestination|null

hasBigqueryDestination

setBigqueryDestination

Destination on BigQuery.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination bigquery_destination = 2;

Parameter
NameDescription
var Google\Cloud\Asset\V1\IamPolicyAnalysisOutputConfig\BigQueryDestination
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string