public sealed class StorageConfig : IMessage<StorageConfig>, IEquatable<StorageConfig>, IDeepCloneable<StorageConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StorageConfig.
Shared message indicating Cloud storage type.
Implements
IMessageStorageConfig, IEquatableStorageConfig, IDeepCloneableStorageConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
StorageConfig()
public StorageConfig()
StorageConfig(StorageConfig)
public StorageConfig(StorageConfig other)
Parameter | |
---|---|
Name | Description |
other | StorageConfig |
Properties
BigQueryOptions
public BigQueryOptions BigQueryOptions { get; set; }
BigQuery options.
Property Value | |
---|---|
Type | Description |
BigQueryOptions |
CloudStorageOptions
public CloudStorageOptions CloudStorageOptions { get; set; }
Cloud Storage options.
Property Value | |
---|---|
Type | Description |
CloudStorageOptions |
DatastoreOptions
public DatastoreOptions DatastoreOptions { get; set; }
Google Cloud Datastore options.
Property Value | |
---|---|
Type | Description |
DatastoreOptions |
HybridOptions
public HybridOptions HybridOptions { get; set; }
Hybrid inspection options.
Property Value | |
---|---|
Type | Description |
HybridOptions |
TimespanConfig
public StorageConfig.Types.TimespanConfig TimespanConfig { get; set; }
Configuration of the timespan of the items to include in scanning.
Property Value | |
---|---|
Type | Description |
StorageConfigTypesTimespanConfig |
TypeCase
public StorageConfig.TypeOneofCase TypeCase { get; }
Property Value | |
---|---|
Type | Description |
StorageConfigTypeOneofCase |