Package com.google.cloud.compute.v1
Interface RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy,RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Builder
public interface RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()[Output Only] The display name of the firewall policy.com.google.protobuf.ByteStringgetDisplayNameBytes()[Output Only] The display name of the firewall policy.StringgetName()[Output Only] The name of the firewall policy.com.google.protobuf.ByteStringgetNameBytes()[Output Only] The name of the firewall policy.FirewallPolicyRulegetRules(int index)The rules that apply to the network.intgetRulesCount()The rules that apply to the network.List<FirewallPolicyRule>getRulesList()The rules that apply to the network.FirewallPolicyRuleOrBuildergetRulesOrBuilder(int index)The rules that apply to the network.List<? extends FirewallPolicyRuleOrBuilder>getRulesOrBuilderList()The rules that apply to the network.StringgetType()[Output Only] The type of the firewall policy.com.google.protobuf.ByteStringgetTypeBytes()[Output Only] The type of the firewall policy.booleanhasDisplayName()[Output Only] The display name of the firewall policy.booleanhasName()[Output Only] The name of the firewall policy.booleanhasType()[Output Only] The type of the firewall policy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDisplayName
boolean hasDisplayName()
[Output Only] The display name of the firewall policy.
optional string display_name = 4473832;- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()
[Output Only] The display name of the firewall policy.
optional string display_name = 4473832;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
[Output Only] The display name of the firewall policy.
optional string display_name = 4473832;- Returns:
- The bytes for displayName.
-
hasName
boolean hasName()
[Output Only] The name of the firewall policy.
optional string name = 3373707;- Returns:
- Whether the name field is set.
-
getName
String getName()
[Output Only] The name of the firewall policy.
optional string name = 3373707;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
[Output Only] The name of the firewall policy.
optional string name = 3373707;- Returns:
- The bytes for name.
-
getRulesList
List<FirewallPolicyRule> getRulesList()
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRules
FirewallPolicyRule getRules(int index)
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRulesCount
int getRulesCount()
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRulesOrBuilderList
List<? extends FirewallPolicyRuleOrBuilder> getRulesOrBuilderList()
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
getRulesOrBuilder
FirewallPolicyRuleOrBuilder getRulesOrBuilder(int index)
The rules that apply to the network.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
-
hasType
boolean hasType()
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.
optional string type = 3575610;- Returns:
- Whether the type field is set.
-
getType
String getType()
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.
optional string type = 3575610;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.
optional string type = 3575610;- Returns:
- The bytes for type.
-
-