google_api_dlp v0.15.0 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 specification.cloudStorageOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageOptions.t, default:nil) - Google Cloud Storage options specification.datastoreOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions.t, default:nil) - Google Cloud Datastore options specification.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(),
timespanConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimespanConfig.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.