Prevention Job Trigger Inspect Job Storage Config Args
data class PreventionJobTriggerInspectJobStorageConfigArgs(val bigQueryOptions: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs>? = null, val cloudStorageOptions: Output<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsArgs>? = null, val datastoreOptions: Output<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsArgs>? = null, val hybridOptions: Output<PreventionJobTriggerInspectJobStorageConfigHybridOptionsArgs>? = null, val timespanConfig: Output<PreventionJobTriggerInspectJobStorageConfigTimespanConfigArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigArgs>
Constructors
Link copied to clipboard
constructor(bigQueryOptions: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs>? = null, cloudStorageOptions: Output<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsArgs>? = null, datastoreOptions: Output<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsArgs>? = null, hybridOptions: Output<PreventionJobTriggerInspectJobStorageConfigHybridOptionsArgs>? = null, timespanConfig: Output<PreventionJobTriggerInspectJobStorageConfigTimespanConfigArgs>? = null)
Properties
Link copied to clipboard
Options defining BigQuery table and row identifiers. Structure is documented below.
Link copied to clipboard
val cloudStorageOptions: Output<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsArgs>? = null
Options defining a file or a set of files within a Google Cloud Storage bucket. Structure is documented below.
Link copied to clipboard
val datastoreOptions: Output<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsArgs>? = null
Options defining a data set within Google Cloud Datastore. Structure is documented below.
Link copied to clipboard
Configuration to control jobs where the content being inspected is outside of Google Cloud Platform. Structure is documented below.
Link copied to clipboard
Information on where to inspect Structure is documented below.