public interface FileStoreRegexOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudStorageRegex()
public abstract CloudStorageRegex getCloudStorageRegex()
Optional. Regex for Cloud Storage.
.google.privacy.dlp.v2.CloudStorageRegex cloud_storage_regex = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CloudStorageRegex |
The cloudStorageRegex. |
getCloudStorageRegexOrBuilder()
public abstract CloudStorageRegexOrBuilder getCloudStorageRegexOrBuilder()
Optional. Regex for Cloud Storage.
.google.privacy.dlp.v2.CloudStorageRegex cloud_storage_regex = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CloudStorageRegexOrBuilder |
getResourceRegexCase()
public abstract FileStoreRegex.ResourceRegexCase getResourceRegexCase()
Returns | |
---|---|
Type | Description |
FileStoreRegex.ResourceRegexCase |
hasCloudStorageRegex()
public abstract boolean hasCloudStorageRegex()
Optional. Regex for Cloud Storage.
.google.privacy.dlp.v2.CloudStorageRegex cloud_storage_regex = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudStorageRegex field is set. |