public interface ForwardingRulesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getForwardingRules(int index)
public abstract ForwardingRule getForwardingRules(int index)A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
| Name | Description |
| index | int |
| Type | Description |
| ForwardingRule |
getForwardingRulesCount()
public abstract int getForwardingRulesCount()A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
| Type | Description |
| int |
getForwardingRulesList()
public abstract List<ForwardingRule> getForwardingRulesList()A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
| Type | Description |
| List<ForwardingRule> |
getForwardingRulesOrBuilder(int index)
public abstract ForwardingRuleOrBuilder getForwardingRulesOrBuilder(int index)A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
| Name | Description |
| index | int |
| Type | Description |
| ForwardingRuleOrBuilder |
getForwardingRulesOrBuilderList()
public abstract List<? extends ForwardingRuleOrBuilder> getForwardingRulesOrBuilderList()A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.ForwardingRuleOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of forwarding rules when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of forwarding rules when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of forwarding rules when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |