GooglePrivacyDlpV2StorageConfig class Null safety
Shared message indicating Cloud storage type.
Constructors
- GooglePrivacyDlpV2StorageConfig({GooglePrivacyDlpV2BigQueryOptions? bigQueryOptions, GooglePrivacyDlpV2CloudStorageOptions? cloudStorageOptions, GooglePrivacyDlpV2DatastoreOptions? datastoreOptions, GooglePrivacyDlpV2HybridOptions? hybridOptions, GooglePrivacyDlpV2TimespanConfig? timespanConfig})
- GooglePrivacyDlpV2StorageConfig.fromJson(Map json_)
Properties
- bigQueryOptions ↔ GooglePrivacyDlpV2BigQueryOptions?
-
BigQuery options.
read / write
- cloudStorageOptions ↔ GooglePrivacyDlpV2CloudStorageOptions?
-
Cloud Storage options.
read / write
- datastoreOptions ↔ GooglePrivacyDlpV2DatastoreOptions?
-
Google Cloud Datastore options.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hybridOptions ↔ GooglePrivacyDlpV2HybridOptions?
-
Hybrid inspection options.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- timespanConfig ↔ GooglePrivacyDlpV2TimespanConfig?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited