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 String
getDisplayName()
[Output Only] The display name of the firewall policy.com.google.protobuf.ByteString
getDisplayNameBytes()
[Output Only] The display name of the firewall policy.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
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] The display name of the firewall policy.boolean
hasName()
[Output Only] The name of the firewall policy.boolean
hasType()
[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.
-
-