public interface StorageConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigQueryOptions()
public abstract BigQueryOptions getBigQueryOptions()BigQuery options.
.google.privacy.dlp.v2.BigQueryOptions big_query_options = 4;
| Returns | |
|---|---|
| Type | Description |
BigQueryOptions |
The bigQueryOptions. |
getBigQueryOptionsOrBuilder()
public abstract BigQueryOptionsOrBuilder getBigQueryOptionsOrBuilder()BigQuery options.
.google.privacy.dlp.v2.BigQueryOptions big_query_options = 4;
| Returns | |
|---|---|
| Type | Description |
BigQueryOptionsOrBuilder |
|
getCloudStorageOptions()
public abstract CloudStorageOptions getCloudStorageOptions()Cloud Storage options.
.google.privacy.dlp.v2.CloudStorageOptions cloud_storage_options = 3;
| Returns | |
|---|---|
| Type | Description |
CloudStorageOptions |
The cloudStorageOptions. |
getCloudStorageOptionsOrBuilder()
public abstract CloudStorageOptionsOrBuilder getCloudStorageOptionsOrBuilder()Cloud Storage options.
.google.privacy.dlp.v2.CloudStorageOptions cloud_storage_options = 3;
| Returns | |
|---|---|
| Type | Description |
CloudStorageOptionsOrBuilder |
|
getDatastoreOptions()
public abstract DatastoreOptions getDatastoreOptions()Google Cloud Datastore options.
.google.privacy.dlp.v2.DatastoreOptions datastore_options = 2;
| Returns | |
|---|---|
| Type | Description |
DatastoreOptions |
The datastoreOptions. |
getDatastoreOptionsOrBuilder()
public abstract DatastoreOptionsOrBuilder getDatastoreOptionsOrBuilder()Google Cloud Datastore options.
.google.privacy.dlp.v2.DatastoreOptions datastore_options = 2;
| Returns | |
|---|---|
| Type | Description |
DatastoreOptionsOrBuilder |
|
getHybridOptions()
public abstract HybridOptions getHybridOptions()Hybrid inspection options.
.google.privacy.dlp.v2.HybridOptions hybrid_options = 9;
| Returns | |
|---|---|
| Type | Description |
HybridOptions |
The hybridOptions. |
getHybridOptionsOrBuilder()
public abstract HybridOptionsOrBuilder getHybridOptionsOrBuilder()Hybrid inspection options.
.google.privacy.dlp.v2.HybridOptions hybrid_options = 9;
| Returns | |
|---|---|
| Type | Description |
HybridOptionsOrBuilder |
|
getTimespanConfig()
public abstract StorageConfig.TimespanConfig getTimespanConfig()Configuration of the timespan of the items to include in scanning.
.google.privacy.dlp.v2.StorageConfig.TimespanConfig timespan_config = 6;
| Returns | |
|---|---|
| Type | Description |
StorageConfig.TimespanConfig |
The timespanConfig. |
getTimespanConfigOrBuilder()
public abstract StorageConfig.TimespanConfigOrBuilder getTimespanConfigOrBuilder()Configuration of the timespan of the items to include in scanning.
.google.privacy.dlp.v2.StorageConfig.TimespanConfig timespan_config = 6;
| Returns | |
|---|---|
| Type | Description |
StorageConfig.TimespanConfigOrBuilder |
|
getTypeCase()
public abstract StorageConfig.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
StorageConfig.TypeCase |
|
hasBigQueryOptions()
public abstract boolean hasBigQueryOptions()BigQuery options.
.google.privacy.dlp.v2.BigQueryOptions big_query_options = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bigQueryOptions field is set. |
hasCloudStorageOptions()
public abstract boolean hasCloudStorageOptions()Cloud Storage options.
.google.privacy.dlp.v2.CloudStorageOptions cloud_storage_options = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudStorageOptions field is set. |
hasDatastoreOptions()
public abstract boolean hasDatastoreOptions()Google Cloud Datastore options.
.google.privacy.dlp.v2.DatastoreOptions datastore_options = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the datastoreOptions field is set. |
hasHybridOptions()
public abstract boolean hasHybridOptions()Hybrid inspection options.
.google.privacy.dlp.v2.HybridOptions hybrid_options = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hybridOptions field is set. |
hasTimespanConfig()
public abstract boolean hasTimespanConfig()Configuration of the timespan of the items to include in scanning.
.google.privacy.dlp.v2.StorageConfig.TimespanConfig timespan_config = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timespanConfig field is set. |