public interface StorageConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BigQueryOptions |
getBigQueryOptions()
BigQuery options specification.
|
BigQueryOptionsOrBuilder |
getBigQueryOptionsOrBuilder()
BigQuery options specification.
|
CloudStorageOptions |
getCloudStorageOptions()
Google Cloud Storage options specification.
|
CloudStorageOptionsOrBuilder |
getCloudStorageOptionsOrBuilder()
Google Cloud Storage options specification.
|
DatastoreOptions |
getDatastoreOptions()
Google Cloud Datastore options specification.
|
DatastoreOptionsOrBuilder |
getDatastoreOptionsOrBuilder()
Google Cloud Datastore options specification.
|
StorageConfig.TypeCase |
getTypeCase() |
boolean |
hasBigQueryOptions()
BigQuery options specification.
|
boolean |
hasCloudStorageOptions()
Google Cloud Storage options specification.
|
boolean |
hasDatastoreOptions()
Google Cloud Datastore options specification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasDatastoreOptions()
Google Cloud Datastore options specification.
.google.privacy.dlp.v2beta1.DatastoreOptions datastore_options = 2;
DatastoreOptions getDatastoreOptions()
Google Cloud Datastore options specification.
.google.privacy.dlp.v2beta1.DatastoreOptions datastore_options = 2;
DatastoreOptionsOrBuilder getDatastoreOptionsOrBuilder()
Google Cloud Datastore options specification.
.google.privacy.dlp.v2beta1.DatastoreOptions datastore_options = 2;
boolean hasCloudStorageOptions()
Google Cloud Storage options specification.
.google.privacy.dlp.v2beta1.CloudStorageOptions cloud_storage_options = 3;
CloudStorageOptions getCloudStorageOptions()
Google Cloud Storage options specification.
.google.privacy.dlp.v2beta1.CloudStorageOptions cloud_storage_options = 3;
CloudStorageOptionsOrBuilder getCloudStorageOptionsOrBuilder()
Google Cloud Storage options specification.
.google.privacy.dlp.v2beta1.CloudStorageOptions cloud_storage_options = 3;
boolean hasBigQueryOptions()
BigQuery options specification.
.google.privacy.dlp.v2beta1.BigQueryOptions big_query_options = 4;
BigQueryOptions getBigQueryOptions()
BigQuery options specification.
.google.privacy.dlp.v2beta1.BigQueryOptions big_query_options = 4;
BigQueryOptionsOrBuilder getBigQueryOptionsOrBuilder()
BigQuery options specification.
.google.privacy.dlp.v2beta1.BigQueryOptions big_query_options = 4;
StorageConfig.TypeCase getTypeCase()