Interface ForwardingRulesScopedListOrBuilder (1.51.0)

public interface ForwardingRulesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.