Interface FileStoreRegexesOrBuilder (3.53.0)

public interface FileStoreRegexesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPatterns(int index)

public abstract FileStoreRegex getPatterns(int index)

Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

repeated .google.privacy.dlp.v2.FileStoreRegex patterns = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
FileStoreRegex

getPatternsCount()

public abstract int getPatternsCount()

Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

repeated .google.privacy.dlp.v2.FileStoreRegex patterns = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getPatternsList()

public abstract List<FileStoreRegex> getPatternsList()

Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

repeated .google.privacy.dlp.v2.FileStoreRegex patterns = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<FileStoreRegex>

getPatternsOrBuilder(int index)

public abstract FileStoreRegexOrBuilder getPatternsOrBuilder(int index)

Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

repeated .google.privacy.dlp.v2.FileStoreRegex patterns = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
FileStoreRegexOrBuilder

getPatternsOrBuilderList()

public abstract List<? extends FileStoreRegexOrBuilder> getPatternsOrBuilderList()

Required. The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

repeated .google.privacy.dlp.v2.FileStoreRegex patterns = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.FileStoreRegexOrBuilder>