public interface OtherCloudResourceRegexesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPatterns(int index)
public abstract OtherCloudResourceRegex getPatterns(int index)
A group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
repeated .google.privacy.dlp.v2.OtherCloudResourceRegex patterns = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OtherCloudResourceRegex |
getPatternsCount()
public abstract int getPatternsCount()
A group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
repeated .google.privacy.dlp.v2.OtherCloudResourceRegex patterns = 1;
Returns | |
---|---|
Type | Description |
int |
getPatternsList()
public abstract List<OtherCloudResourceRegex> getPatternsList()
A group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
repeated .google.privacy.dlp.v2.OtherCloudResourceRegex patterns = 1;
Returns | |
---|---|
Type | Description |
List<OtherCloudResourceRegex> |
getPatternsOrBuilder(int index)
public abstract OtherCloudResourceRegexOrBuilder getPatternsOrBuilder(int index)
A group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
repeated .google.privacy.dlp.v2.OtherCloudResourceRegex patterns = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OtherCloudResourceRegexOrBuilder |
getPatternsOrBuilderList()
public abstract List<? extends OtherCloudResourceRegexOrBuilder> getPatternsOrBuilderList()
A group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.
repeated .google.privacy.dlp.v2.OtherCloudResourceRegex patterns = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.OtherCloudResourceRegexOrBuilder> |