Package com.google.cloud.compute.v1
Interface InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy,InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Builder
public interface InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()[Output Only] Deprecated, please use short name instead.com.google.protobuf.ByteStringgetDisplayNameBytes()[Output Only] Deprecated, please use short name instead.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.StringgetShortName()[Output Only] The short name of the firewall policy.com.google.protobuf.ByteStringgetShortNameBytes()[Output Only] The short name of the firewall policy.StringgetType()[Output Only] The type of the firewall policy.com.google.protobuf.ByteStringgetTypeBytes()[Output Only] The type of the firewall policy.booleanhasDisplayName()[Output Only] Deprecated, please use short name instead.booleanhasName()[Output Only] The name of the firewall policy.booleanhasShortName()[Output Only] The short 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] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;- Returns:
- The displayName.
-
getDisplayNameBytes
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;- 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;
-
hasShortName
boolean hasShortName()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;- Returns:
- Whether the shortName field is set.
-
getShortName
String getShortName()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;- Returns:
- The shortName.
-
getShortNameBytes
com.google.protobuf.ByteString getShortNameBytes()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;- Returns:
- The bytes for shortName.
-
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.
-
-