GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StorageConfig (google_api_dlp v0.54.0)

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) - 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) - Configuration of the timespan of the items to include in scanning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type 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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.