public interface FileStoreCollectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |