public static interface Restore.FilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExclusionFilters(int index)
public abstract ResourceSelector getExclusionFilters(int index) Optional. Excludes resources from restoration. If specified,
a resource will not be restored if it matches
any ResourceSelector of the exclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector exclusion_filters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceSelector |
|
getExclusionFiltersCount()
public abstract int getExclusionFiltersCount() Optional. Excludes resources from restoration. If specified,
a resource will not be restored if it matches
any ResourceSelector of the exclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector exclusion_filters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getExclusionFiltersList()
public abstract List<ResourceSelector> getExclusionFiltersList() Optional. Excludes resources from restoration. If specified,
a resource will not be restored if it matches
any ResourceSelector of the exclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector exclusion_filters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<ResourceSelector> |
|
getExclusionFiltersOrBuilder(int index)
public abstract ResourceSelectorOrBuilder getExclusionFiltersOrBuilder(int index) Optional. Excludes resources from restoration. If specified,
a resource will not be restored if it matches
any ResourceSelector of the exclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector exclusion_filters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceSelectorOrBuilder |
|
getExclusionFiltersOrBuilderList()
public abstract List<? extends ResourceSelectorOrBuilder> getExclusionFiltersOrBuilderList() Optional. Excludes resources from restoration. If specified,
a resource will not be restored if it matches
any ResourceSelector of the exclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector exclusion_filters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkebackup.v1.ResourceSelectorOrBuilder> |
|
getInclusionFilters(int index)
public abstract ResourceSelector getInclusionFilters(int index) Optional. Selects resources for restoration. If specified, only resources
which match inclusion_filters will be selected for restoration. A
resource will be selected if it matches any ResourceSelector of the
inclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector inclusion_filters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceSelector |
|
getInclusionFiltersCount()
public abstract int getInclusionFiltersCount() Optional. Selects resources for restoration. If specified, only resources
which match inclusion_filters will be selected for restoration. A
resource will be selected if it matches any ResourceSelector of the
inclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector inclusion_filters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInclusionFiltersList()
public abstract List<ResourceSelector> getInclusionFiltersList() Optional. Selects resources for restoration. If specified, only resources
which match inclusion_filters will be selected for restoration. A
resource will be selected if it matches any ResourceSelector of the
inclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector inclusion_filters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<ResourceSelector> |
|
getInclusionFiltersOrBuilder(int index)
public abstract ResourceSelectorOrBuilder getInclusionFiltersOrBuilder(int index) Optional. Selects resources for restoration. If specified, only resources
which match inclusion_filters will be selected for restoration. A
resource will be selected if it matches any ResourceSelector of the
inclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector inclusion_filters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceSelectorOrBuilder |
|
getInclusionFiltersOrBuilderList()
public abstract List<? extends ResourceSelectorOrBuilder> getInclusionFiltersOrBuilderList() Optional. Selects resources for restoration. If specified, only resources
which match inclusion_filters will be selected for restoration. A
resource will be selected if it matches any ResourceSelector of the
inclusion_filters.
repeated .google.cloud.gkebackup.v1.ResourceSelector inclusion_filters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkebackup.v1.ResourceSelectorOrBuilder> |
|