google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig View Source
Shared message indicating Cloud storage type.
Attributes
bigQueryOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions.t, default:nil) - BigQuery options.cloudStorageOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageOptions.t, default:nil) - Google Cloud Storage options.datastoreOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions.t, default:nil) - Google Cloud Datastore options.hybridOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridOptions.t, default:nil) - Hybrid inspection options. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product-launch-stages.timespanConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimespanConfig.t, default:nil) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig{
bigQueryOptions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions.t(),
cloudStorageOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageOptions.t(),
datastoreOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions.t(),
hybridOptions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridOptions.t(),
timespanConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimespanConfig.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.