Interface InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.