public interface NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
[Output Only] Deprecated, please use short name instead.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
[Output Only] Deprecated, please use short name instead.
|
String |
getName()
[Output Only] The name of the firewall policy.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] The name of the firewall policy.
|
FirewallPolicyRule |
getRules(int index)
The rules that apply to the network.
|
int |
getRulesCount()
The rules that apply to the network.
|
List<FirewallPolicyRule> |
getRulesList()
The rules that apply to the network.
|
FirewallPolicyRuleOrBuilder |
getRulesOrBuilder(int index)
The rules that apply to the network.
|
List<? extends FirewallPolicyRuleOrBuilder> |
getRulesOrBuilderList()
The rules that apply to the network.
|
String |
getShortName()
[Output Only] The short name of the firewall policy.
|
com.google.protobuf.ByteString |
getShortNameBytes()
[Output Only] The short name of the firewall policy.
|
String |
getType()
[Output Only] The type of the firewall policy.
|
com.google.protobuf.ByteString |
getTypeBytes()
[Output Only] The type of the firewall policy.
|
boolean |
hasDisplayName()
[Output Only] Deprecated, please use short name instead.
|
boolean |
hasName()
[Output Only] The name of the firewall policy.
|
boolean |
hasShortName()
[Output Only] The short name of the firewall policy.
|
boolean |
hasType()
[Output Only] The type of the firewall policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;String getDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;com.google.protobuf.ByteString getDisplayNameBytes()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;boolean hasName()
[Output Only] The name of the firewall policy.
optional string name = 3373707;String getName()
[Output Only] The name of the firewall policy.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] The name of the firewall policy.
optional string name = 3373707;List<FirewallPolicyRule> getRulesList()
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;FirewallPolicyRule getRules(int index)
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;int getRulesCount()
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;List<? extends FirewallPolicyRuleOrBuilder> getRulesOrBuilderList()
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;FirewallPolicyRuleOrBuilder getRulesOrBuilder(int index)
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;boolean hasShortName()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;String getShortName()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;com.google.protobuf.ByteString getShortNameBytes()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;boolean hasType()
[Output Only] The type of the firewall policy. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
[Output Only] The type of the firewall policy. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
[Output Only] The type of the firewall policy. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2023 Google LLC. All rights reserved.