GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig (google_api_dlp v0.40.3) 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. -
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
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig{
bigQueryOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions.t() | nil,
cloudStorageOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageOptions.t() | nil,
datastoreOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions.t() | nil,
hybridOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridOptions.t() | nil,
timespanConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimespanConfig.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.