public interface TagFiltersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTagFilters(int index)
public abstract TagFilter getTagFilters(int index)Required. A resource must match ALL of the specified tag filters to be included in the collection.
repeated .google.privacy.dlp.v2.TagFilter tag_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagFilter |
|
getTagFiltersCount()
public abstract int getTagFiltersCount()Required. A resource must match ALL of the specified tag filters to be included in the collection.
repeated .google.privacy.dlp.v2.TagFilter tag_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTagFiltersList()
public abstract List<TagFilter> getTagFiltersList()Required. A resource must match ALL of the specified tag filters to be included in the collection.
repeated .google.privacy.dlp.v2.TagFilter tag_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<TagFilter> |
|
getTagFiltersOrBuilder(int index)
public abstract TagFilterOrBuilder getTagFiltersOrBuilder(int index)Required. A resource must match ALL of the specified tag filters to be included in the collection.
repeated .google.privacy.dlp.v2.TagFilter tag_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagFilterOrBuilder |
|
getTagFiltersOrBuilderList()
public abstract List<? extends TagFilterOrBuilder> getTagFiltersOrBuilderList()Required. A resource must match ALL of the specified tag filters to be included in the collection.
repeated .google.privacy.dlp.v2.TagFilter tag_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.TagFilterOrBuilder> |
|