public interface ForwardingRulesScopedListOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the warning field is set. |