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
IMessage<StorageConfig>, IEquatable<StorageConfig>, IDeepCloneable<StorageConfig>, 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; }
Property Value | |
---|---|
Type | Description |
StorageConfig.Types.TimespanConfig |
TypeCase
public StorageConfig.TypeOneofCase TypeCase { get; }
Property Value | |
---|---|
Type | Description |
StorageConfig.TypeOneofCase |