Interface OtherCloudResourceCollectionOrBuilder (3.56.0)

public interface OtherCloudResourceCollectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludeRegexes()

public abstract OtherCloudResourceRegexes getIncludeRegexes()

A collection of regular expressions to match a resource against.

.google.privacy.dlp.v2.OtherCloudResourceRegexes include_regexes = 1;

Returns
Type Description
OtherCloudResourceRegexes

The includeRegexes.

getIncludeRegexesOrBuilder()

public abstract OtherCloudResourceRegexesOrBuilder getIncludeRegexesOrBuilder()

A collection of regular expressions to match a resource against.

.google.privacy.dlp.v2.OtherCloudResourceRegexes include_regexes = 1;

Returns
Type Description
OtherCloudResourceRegexesOrBuilder

getPatternCase()

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

hasIncludeRegexes()

public abstract boolean hasIncludeRegexes()

A collection of regular expressions to match a resource against.

.google.privacy.dlp.v2.OtherCloudResourceRegexes include_regexes = 1;

Returns
Type Description
boolean

Whether the includeRegexes field is set.