Interface FileStoreRegexOrBuilder (3.53.0)

public interface FileStoreRegexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.