public static class ForwardingRulesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ForwardingRulesScopedList.Builder |
addAllForwardingRules(List<ForwardingRule> forwardingRules)
A list of forwarding rules contained in this scope.
|
ForwardingRulesScopedList.Builder |
addForwardingRules(ForwardingRule forwardingRules)
A list of forwarding rules contained in this scope.
|
ForwardingRulesScopedList |
build() |
ForwardingRulesScopedList.Builder |
clone() |
List<ForwardingRule> |
getForwardingRulesList()
A list of forwarding rules contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of forwarding rules when the list is empty.
|
ForwardingRulesScopedList.Builder |
mergeFrom(ForwardingRulesScopedList other) |
ForwardingRulesScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of forwarding rules when the list is empty.
|
public ForwardingRulesScopedList.Builder mergeFrom(ForwardingRulesScopedList other)
public List<ForwardingRule> getForwardingRulesList()
public ForwardingRulesScopedList.Builder addAllForwardingRules(List<ForwardingRule> forwardingRules)
public ForwardingRulesScopedList.Builder addForwardingRules(ForwardingRule forwardingRules)
public Warning getWarning()
public ForwardingRulesScopedList.Builder setWarning(Warning warning)
public ForwardingRulesScopedList build()
public ForwardingRulesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.