Interface FileStoreCollectionOrBuilder (3.82.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

getIncludeTags()

public abstract TagFilters getIncludeTags()

Optional. To be included in the collection, a resource must meet all of the following requirements:

  • If tag filters are provided, match all provided tag filters.
  • If one or more patterns are specified, match at least one pattern.

    For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see Manage schedules.

.google.privacy.dlp.v2.TagFilters include_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TagFilters

The includeTags.

getIncludeTagsOrBuilder()

public abstract TagFiltersOrBuilder getIncludeTagsOrBuilder()

Optional. To be included in the collection, a resource must meet all of the following requirements:

  • If tag filters are provided, match all provided tag filters.
  • If one or more patterns are specified, match at least one pattern.

    For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see Manage schedules.

.google.privacy.dlp.v2.TagFilters include_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TagFiltersOrBuilder

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.

hasIncludeTags()

public abstract boolean hasIncludeTags()

Optional. To be included in the collection, a resource must meet all of the following requirements:

  • If tag filters are provided, match all provided tag filters.
  • If one or more patterns are specified, match at least one pattern.

    For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see Manage schedules.

.google.privacy.dlp.v2.TagFilters include_tags = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the includeTags field is set.