StorageConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Shared message indicating Cloud storage type.
Attributes
Name | Description |
datastore_options |
`.storage.DatastoreOptions`
Google Cloud Datastore options. |
cloud_storage_options |
`.storage.CloudStorageOptions`
Google Cloud Storage options. |
big_query_options |
`.storage.BigQueryOptions`
BigQuery options. |
hybrid_options |
`.storage.HybridOptions`
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. |
Inheritance
builtins.object > proto.message.Message > StorageConfigClasses
TimespanConfig
TimespanConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Google Cloud Storage and BigQuery.