public interface ForwardingRulesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ForwardingRule |
getForwardingRules(int index)
A list of forwarding rules contained in this scope.
|
int |
getForwardingRulesCount()
A list of forwarding rules contained in this scope.
|
List<ForwardingRule> |
getForwardingRulesList()
A list of forwarding rules contained in this scope.
|
ForwardingRuleOrBuilder |
getForwardingRulesOrBuilder(int index)
A list of forwarding rules contained in this scope.
|
List<? extends ForwardingRuleOrBuilder> |
getForwardingRulesOrBuilderList()
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.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of forwarding rules when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of forwarding rules when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ForwardingRule> getForwardingRulesList()
A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;ForwardingRule getForwardingRules(int index)
A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;int getForwardingRulesCount()
A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;List<? extends ForwardingRuleOrBuilder> getForwardingRulesOrBuilderList()
A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;ForwardingRuleOrBuilder getForwardingRulesOrBuilder(int index)
A list of forwarding rules contained in this scope.
repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;boolean hasWarning()
Informational warning which replaces the list of forwarding rules when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of forwarding rules when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of forwarding rules when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.