Interface FirewallOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Firewall, Firewall.Builder

    public interface FirewallOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Allowed getAllowed​(int index)
      The list of ALLOW rules specified by this firewall.
      int getAllowedCount()
      The list of ALLOW rules specified by this firewall.
      List<Allowed> getAllowedList()
      The list of ALLOW rules specified by this firewall.
      AllowedOrBuilder getAllowedOrBuilder​(int index)
      The list of ALLOW rules specified by this firewall.
      List<? extends AllowedOrBuilder> getAllowedOrBuilderList()
      The list of ALLOW rules specified by this firewall.
      String getCreationTimestamp()
      [Output Only] Creation timestamp in RFC3339 text format.
      com.google.protobuf.ByteString getCreationTimestampBytes()
      [Output Only] Creation timestamp in RFC3339 text format.
      Denied getDenied​(int index)
      The list of DENY rules specified by this firewall.
      int getDeniedCount()
      The list of DENY rules specified by this firewall.
      List<Denied> getDeniedList()
      The list of DENY rules specified by this firewall.
      DeniedOrBuilder getDeniedOrBuilder​(int index)
      The list of DENY rules specified by this firewall.
      List<? extends DeniedOrBuilder> getDeniedOrBuilderList()
      The list of DENY rules specified by this firewall.
      String getDescription()
      An optional description of this resource.
      com.google.protobuf.ByteString getDescriptionBytes()
      An optional description of this resource.
      String getDestinationRanges​(int index)
      If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
      com.google.protobuf.ByteString getDestinationRangesBytes​(int index)
      If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
      int getDestinationRangesCount()
      If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
      List<String> getDestinationRangesList()
      If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
      String getDirection()
      Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
      com.google.protobuf.ByteString getDirectionBytes()
      Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
      boolean getDisabled()
      Denotes whether the firewall rule is disabled.
      long getId()
      [Output Only] The unique identifier for the resource.
      String getKind()
      [Output Only] Type of the resource.
      com.google.protobuf.ByteString getKindBytes()
      [Output Only] Type of the resource.
      FirewallLogConfig getLogConfig()
      This field denotes the logging options for a particular firewall rule.
      FirewallLogConfigOrBuilder getLogConfigOrBuilder()
      This field denotes the logging options for a particular firewall rule.
      String getName()
      Name of the resource; provided by the client when the resource is created.
      com.google.protobuf.ByteString getNameBytes()
      Name of the resource; provided by the client when the resource is created.
      String getNetwork()
      URL of the network resource for this firewall rule.
      com.google.protobuf.ByteString getNetworkBytes()
      URL of the network resource for this firewall rule.
      int getPriority()
      Priority for this rule.
      String getSelfLink()
      [Output Only] Server-defined URL for the resource.
      com.google.protobuf.ByteString getSelfLinkBytes()
      [Output Only] Server-defined URL for the resource.
      String getSourceRanges​(int index)
      If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.
      com.google.protobuf.ByteString getSourceRangesBytes​(int index)
      If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.
      int getSourceRangesCount()
      If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.
      List<String> getSourceRangesList()
      If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.
      String getSourceServiceAccounts​(int index)
      If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.
      com.google.protobuf.ByteString getSourceServiceAccountsBytes​(int index)
      If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.
      int getSourceServiceAccountsCount()
      If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.
      List<String> getSourceServiceAccountsList()
      If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.
      String getSourceTags​(int index)
      If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.
      com.google.protobuf.ByteString getSourceTagsBytes​(int index)
      If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.
      int getSourceTagsCount()
      If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.
      List<String> getSourceTagsList()
      If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.
      String getTargetServiceAccounts​(int index)
      A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].
      com.google.protobuf.ByteString getTargetServiceAccountsBytes​(int index)
      A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].
      int getTargetServiceAccountsCount()
      A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].
      List<String> getTargetServiceAccountsList()
      A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].
      String getTargetTags​(int index)
      A list of tags that controls which instances the firewall rule applies to.
      com.google.protobuf.ByteString getTargetTagsBytes​(int index)
      A list of tags that controls which instances the firewall rule applies to.
      int getTargetTagsCount()
      A list of tags that controls which instances the firewall rule applies to.
      List<String> getTargetTagsList()
      A list of tags that controls which instances the firewall rule applies to.
      boolean hasCreationTimestamp()
      [Output Only] Creation timestamp in RFC3339 text format.
      boolean hasDescription()
      An optional description of this resource.
      boolean hasDirection()
      Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
      boolean hasDisabled()
      Denotes whether the firewall rule is disabled.
      boolean hasId()
      [Output Only] The unique identifier for the resource.
      boolean hasKind()
      [Output Only] Type of the resource.
      boolean hasLogConfig()
      This field denotes the logging options for a particular firewall rule.
      boolean hasName()
      Name of the resource; provided by the client when the resource is created.
      boolean hasNetwork()
      URL of the network resource for this firewall rule.
      boolean hasPriority()
      Priority for this rule.
      boolean hasSelfLink()
      [Output Only] Server-defined URL for the resource.
      • 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

      • getAllowedList

        List<Allowed> getAllowedList()
         The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
         
        repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
      • getAllowed

        Allowed getAllowed​(int index)
         The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
         
        repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
      • getAllowedCount

        int getAllowedCount()
         The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
         
        repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
      • getAllowedOrBuilderList

        List<? extends AllowedOrBuilder> getAllowedOrBuilderList()
         The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
         
        repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
      • getAllowedOrBuilder

        AllowedOrBuilder getAllowedOrBuilder​(int index)
         The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
         
        repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
      • hasCreationTimestamp

        boolean hasCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        Whether the creationTimestamp field is set.
      • getCreationTimestamp

        String getCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        The creationTimestamp.
      • getCreationTimestampBytes

        com.google.protobuf.ByteString getCreationTimestampBytes()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        The bytes for creationTimestamp.
      • getDeniedList

        List<Denied> getDeniedList()
         The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
         
        repeated .google.cloud.compute.v1.Denied denied = 275217307;
      • getDenied

        Denied getDenied​(int index)
         The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
         
        repeated .google.cloud.compute.v1.Denied denied = 275217307;
      • getDeniedCount

        int getDeniedCount()
         The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
         
        repeated .google.cloud.compute.v1.Denied denied = 275217307;
      • getDeniedOrBuilderList

        List<? extends DeniedOrBuilder> getDeniedOrBuilderList()
         The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
         
        repeated .google.cloud.compute.v1.Denied denied = 275217307;
      • getDeniedOrBuilder

        DeniedOrBuilder getDeniedOrBuilder​(int index)
         The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
         
        repeated .google.cloud.compute.v1.Denied denied = 275217307;
      • hasDescription

        boolean hasDescription()
         An optional description of this resource. Provide this field when you create the resource.
         
        optional string description = 422937596;
        Returns:
        Whether the description field is set.
      • getDescription

        String getDescription()
         An optional description of this resource. Provide this field when you create the resource.
         
        optional string description = 422937596;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         An optional description of this resource. Provide this field when you create the resource.
         
        optional string description = 422937596;
        Returns:
        The bytes for description.
      • getDestinationRangesList

        List<String> getDestinationRangesList()
         If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
         
        repeated string destination_ranges = 305699879;
        Returns:
        A list containing the destinationRanges.
      • getDestinationRangesCount

        int getDestinationRangesCount()
         If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
         
        repeated string destination_ranges = 305699879;
        Returns:
        The count of destinationRanges.
      • getDestinationRanges

        String getDestinationRanges​(int index)
         If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
         
        repeated string destination_ranges = 305699879;
        Parameters:
        index - The index of the element to return.
        Returns:
        The destinationRanges at the given index.
      • getDestinationRangesBytes

        com.google.protobuf.ByteString getDestinationRangesBytes​(int index)
         If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
         
        repeated string destination_ranges = 305699879;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the destinationRanges at the given index.
      • hasDirection

        boolean hasDirection()
         Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.
         Check the Direction enum for the list of possible values.
         
        optional string direction = 111150975;
        Returns:
        Whether the direction field is set.
      • getDirection

        String getDirection()
         Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.
         Check the Direction enum for the list of possible values.
         
        optional string direction = 111150975;
        Returns:
        The direction.
      • getDirectionBytes

        com.google.protobuf.ByteString getDirectionBytes()
         Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.
         Check the Direction enum for the list of possible values.
         
        optional string direction = 111150975;
        Returns:
        The bytes for direction.
      • hasDisabled

        boolean hasDisabled()
         Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
         
        optional bool disabled = 270940796;
        Returns:
        Whether the disabled field is set.
      • getDisabled

        boolean getDisabled()
         Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
         
        optional bool disabled = 270940796;
        Returns:
        The disabled.
      • hasId

        boolean hasId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Returns:
        The id.
      • hasKind

        boolean hasKind()
         [Output Only] Type of the resource. Always compute#firewall for firewall rules.
         
        optional string kind = 3292052;
        Returns:
        Whether the kind field is set.
      • getKind

        String getKind()
         [Output Only] Type of the resource. Always compute#firewall for firewall rules.
         
        optional string kind = 3292052;
        Returns:
        The kind.
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of the resource. Always compute#firewall for firewall rules.
         
        optional string kind = 3292052;
        Returns:
        The bytes for kind.
      • hasLogConfig

        boolean hasLogConfig()
         This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
         
        optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
        Returns:
        Whether the logConfig field is set.
      • getLogConfig

        FirewallLogConfig getLogConfig()
         This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
         
        optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
        Returns:
        The logConfig.
      • getLogConfigOrBuilder

        FirewallLogConfigOrBuilder getLogConfigOrBuilder()
         This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
         
        optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
      • hasName

        boolean hasName()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
         
        optional string name = 3373707;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
         
        optional string name = 3373707;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
         
        optional string name = 3373707;
        Returns:
        The bytes for name.
      • hasNetwork

        boolean hasNetwork()
         URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
         
        optional string network = 232872494;
        Returns:
        Whether the network field is set.
      • getNetwork

        String getNetwork()
         URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
         
        optional string network = 232872494;
        Returns:
        The network.
      • getNetworkBytes

        com.google.protobuf.ByteString getNetworkBytes()
         URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
         
        optional string network = 232872494;
        Returns:
        The bytes for network.
      • hasPriority

        boolean hasPriority()
         Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
         
        optional int32 priority = 445151652;
        Returns:
        Whether the priority field is set.
      • getPriority

        int getPriority()
         Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
         
        optional int32 priority = 445151652;
        Returns:
        The priority.
      • hasSelfLink

        boolean hasSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        Whether the selfLink field is set.
      • getSelfLink

        String getSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        The selfLink.
      • getSelfLinkBytes

        com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        The bytes for selfLink.
      • getSourceRangesList

        List<String> getSourceRangesList()
         If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
         
        repeated string source_ranges = 200097658;
        Returns:
        A list containing the sourceRanges.
      • getSourceRangesCount

        int getSourceRangesCount()
         If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
         
        repeated string source_ranges = 200097658;
        Returns:
        The count of sourceRanges.
      • getSourceRanges

        String getSourceRanges​(int index)
         If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
         
        repeated string source_ranges = 200097658;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sourceRanges at the given index.
      • getSourceRangesBytes

        com.google.protobuf.ByteString getSourceRangesBytes​(int index)
         If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
         
        repeated string source_ranges = 200097658;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sourceRanges at the given index.
      • getSourceServiceAccountsList

        List<String> getSourceServiceAccountsList()
         If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
         
        repeated string source_service_accounts = 105100756;
        Returns:
        A list containing the sourceServiceAccounts.
      • getSourceServiceAccountsCount

        int getSourceServiceAccountsCount()
         If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
         
        repeated string source_service_accounts = 105100756;
        Returns:
        The count of sourceServiceAccounts.
      • getSourceServiceAccounts

        String getSourceServiceAccounts​(int index)
         If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
         
        repeated string source_service_accounts = 105100756;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sourceServiceAccounts at the given index.
      • getSourceServiceAccountsBytes

        com.google.protobuf.ByteString getSourceServiceAccountsBytes​(int index)
         If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
         
        repeated string source_service_accounts = 105100756;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sourceServiceAccounts at the given index.
      • getSourceTagsList

        List<String> getSourceTagsList()
         If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
         
        repeated string source_tags = 452222397;
        Returns:
        A list containing the sourceTags.
      • getSourceTagsCount

        int getSourceTagsCount()
         If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
         
        repeated string source_tags = 452222397;
        Returns:
        The count of sourceTags.
      • getSourceTags

        String getSourceTags​(int index)
         If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
         
        repeated string source_tags = 452222397;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sourceTags at the given index.
      • getSourceTagsBytes

        com.google.protobuf.ByteString getSourceTagsBytes​(int index)
         If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
         
        repeated string source_tags = 452222397;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sourceTags at the given index.
      • getTargetServiceAccountsList

        List<String> getTargetServiceAccountsList()
         A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_service_accounts = 457639710;
        Returns:
        A list containing the targetServiceAccounts.
      • getTargetServiceAccountsCount

        int getTargetServiceAccountsCount()
         A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_service_accounts = 457639710;
        Returns:
        The count of targetServiceAccounts.
      • getTargetServiceAccounts

        String getTargetServiceAccounts​(int index)
         A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_service_accounts = 457639710;
        Parameters:
        index - The index of the element to return.
        Returns:
        The targetServiceAccounts at the given index.
      • getTargetServiceAccountsBytes

        com.google.protobuf.ByteString getTargetServiceAccountsBytes​(int index)
         A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_service_accounts = 457639710;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the targetServiceAccounts at the given index.
      • getTargetTagsList

        List<String> getTargetTagsList()
         A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_tags = 62901767;
        Returns:
        A list containing the targetTags.
      • getTargetTagsCount

        int getTargetTagsCount()
         A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_tags = 62901767;
        Returns:
        The count of targetTags.
      • getTargetTags

        String getTargetTags​(int index)
         A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_tags = 62901767;
        Parameters:
        index - The index of the element to return.
        Returns:
        The targetTags at the given index.
      • getTargetTagsBytes

        com.google.protobuf.ByteString getTargetTagsBytes​(int index)
         A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
         
        repeated string target_tags = 62901767;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the targetTags at the given index.