Interface FileStoreCollectionOrBuilder (3.53.0)

public interface FileStoreCollectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludeRegexes()

public abstract FileStoreRegexes getIncludeRegexes()

Optional. A collection of regular expressions to match a file store against.

.google.privacy.dlp.v2.FileStoreRegexes include_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FileStoreRegexes

The includeRegexes.

getIncludeRegexesOrBuilder()

public abstract FileStoreRegexesOrBuilder getIncludeRegexesOrBuilder()

Optional. A collection of regular expressions to match a file store against.

.google.privacy.dlp.v2.FileStoreRegexes include_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FileStoreRegexesOrBuilder

getPatternCase()

public abstract FileStoreCollection.PatternCase getPatternCase()
Returns
Type Description
FileStoreCollection.PatternCase

hasIncludeRegexes()

public abstract boolean hasIncludeRegexes()

Optional. A collection of regular expressions to match a file store against.

.google.privacy.dlp.v2.FileStoreRegexes include_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the includeRegexes field is set.