public static class ResourcePoliciesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ResourcePoliciesScopedList.Builder |
addAllResourcePolicies(List<ResourcePolicy> resourcePolicies)
A list of resourcePolicies contained in this scope.
|
ResourcePoliciesScopedList.Builder |
addResourcePolicies(ResourcePolicy resourcePolicies)
A list of resourcePolicies contained in this scope.
|
ResourcePoliciesScopedList |
build() |
ResourcePoliciesScopedList.Builder |
clone() |
List<ResourcePolicy> |
getResourcePoliciesList()
A list of resourcePolicies contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of resourcePolicies when the list is empty.
|
ResourcePoliciesScopedList.Builder |
mergeFrom(ResourcePoliciesScopedList other) |
ResourcePoliciesScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of resourcePolicies when the list is empty.
|
public ResourcePoliciesScopedList.Builder mergeFrom(ResourcePoliciesScopedList other)
public List<ResourcePolicy> getResourcePoliciesList()
public ResourcePoliciesScopedList.Builder addAllResourcePolicies(List<ResourcePolicy> resourcePolicies)
public ResourcePoliciesScopedList.Builder addResourcePolicies(ResourcePolicy resourcePolicies)
public Warning getWarning()
public ResourcePoliciesScopedList.Builder setWarning(Warning warning)
public ResourcePoliciesScopedList build()
public ResourcePoliciesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.