storagePath property

GooglePrivacyDlpV2CloudStoragePath? storagePath
getter/setter pair

Store findings in an existing Cloud Storage bucket.

Files will be generated with the job ID and file part number as the filename, and will contain findings in textproto format as SaveToGcsFindingsOutput. The file name will use the naming convention -, for example: my-job-id-2. Supported for Inspect jobs. The bucket must not be the same as the bucket being inspected. If storing findings to Cloud Storage, the output schema field should not be set. If set, it will be ignored.

Implementation

GooglePrivacyDlpV2CloudStoragePath? storagePath;