Class InterconnectAttachment

  • All Implemented Interfaces:
    InterconnectAttachmentOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class InterconnectAttachment
    extends com.google.protobuf.GeneratedMessageV3
    implements InterconnectAttachmentOrBuilder
     Represents an Interconnect Attachment (VLAN) resource. You can use Interconnect attachments (VLANS) to connect your Virtual Private Cloud networks to your on-premises networks through an Interconnect. For more information, read Creating VLAN Attachments.
     
    Protobuf type google.cloud.compute.v1.InterconnectAttachment
    See Also:
    Serialized Form
    • Field Detail

      • ADMIN_ENABLED_FIELD_NUMBER

        public static final int ADMIN_ENABLED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CANDIDATE_IPV6_SUBNETS_FIELD_NUMBER

        public static final int CANDIDATE_IPV6_SUBNETS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CANDIDATE_SUBNETS_FIELD_NUMBER

        public static final int CANDIDATE_SUBNETS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CLOUD_ROUTER_IP_ADDRESS_FIELD_NUMBER

        public static final int CLOUD_ROUTER_IP_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CLOUD_ROUTER_IPV6_ADDRESS_FIELD_NUMBER

        public static final int CLOUD_ROUTER_IPV6_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CLOUD_ROUTER_IPV6_INTERFACE_ID_FIELD_NUMBER

        public static final int CLOUD_ROUTER_IPV6_INTERFACE_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CONFIGURATION_CONSTRAINTS_FIELD_NUMBER

        public static final int CONFIGURATION_CONSTRAINTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CREATION_TIMESTAMP_FIELD_NUMBER

        public static final int CREATION_TIMESTAMP_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOMER_ROUTER_IP_ADDRESS_FIELD_NUMBER

        public static final int CUSTOMER_ROUTER_IP_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOMER_ROUTER_IPV6_ADDRESS_FIELD_NUMBER

        public static final int CUSTOMER_ROUTER_IPV6_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOMER_ROUTER_IPV6_INTERFACE_ID_FIELD_NUMBER

        public static final int CUSTOMER_ROUTER_IPV6_INTERFACE_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DATAPLANE_VERSION_FIELD_NUMBER

        public static final int DATAPLANE_VERSION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DESCRIPTION_FIELD_NUMBER

        public static final int DESCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EDGE_AVAILABILITY_DOMAIN_FIELD_NUMBER

        public static final int EDGE_AVAILABILITY_DOMAIN_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ENCRYPTION_FIELD_NUMBER

        public static final int ENCRYPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GOOGLE_REFERENCE_ID_FIELD_NUMBER

        public static final int GOOGLE_REFERENCE_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INTERCONNECT_FIELD_NUMBER

        public static final int INTERCONNECT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IPSEC_INTERNAL_ADDRESSES_FIELD_NUMBER

        public static final int IPSEC_INTERNAL_ADDRESSES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LABEL_FINGERPRINT_FIELD_NUMBER

        public static final int LABEL_FINGERPRINT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OPERATIONAL_STATUS_FIELD_NUMBER

        public static final int OPERATIONAL_STATUS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PAIRING_KEY_FIELD_NUMBER

        public static final int PAIRING_KEY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARTNER_ASN_FIELD_NUMBER

        public static final int PARTNER_ASN_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARTNER_METADATA_FIELD_NUMBER

        public static final int PARTNER_METADATA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PRIVATE_INTERCONNECT_INFO_FIELD_NUMBER

        public static final int PRIVATE_INTERCONNECT_INFO_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REMOTE_SERVICE_FIELD_NUMBER

        public static final int REMOTE_SERVICE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SATISFIES_PZS_FIELD_NUMBER

        public static final int SATISFIES_PZS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • STACK_TYPE_FIELD_NUMBER

        public static final int STACK_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUBNET_LENGTH_FIELD_NUMBER

        public static final int SUBNET_LENGTH_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VLAN_TAG8021Q_FIELD_NUMBER

        public static final int VLAN_TAG8021Q_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasAdminEnabled

        public boolean hasAdminEnabled()
         Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.
         
        optional bool admin_enabled = 445675089;
        Specified by:
        hasAdminEnabled in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the adminEnabled field is set.
      • getAdminEnabled

        public boolean getAdminEnabled()
         Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.
         
        optional bool admin_enabled = 445675089;
        Specified by:
        getAdminEnabled in interface InterconnectAttachmentOrBuilder
        Returns:
        The adminEnabled.
      • hasBandwidth

        public boolean hasBandwidth()
         Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
         Check the Bandwidth enum for the list of possible values.
         
        optional string bandwidth = 181715121;
        Specified by:
        hasBandwidth in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the bandwidth field is set.
      • getBandwidth

        public String getBandwidth()
         Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
         Check the Bandwidth enum for the list of possible values.
         
        optional string bandwidth = 181715121;
        Specified by:
        getBandwidth in interface InterconnectAttachmentOrBuilder
        Returns:
        The bandwidth.
      • getBandwidthBytes

        public com.google.protobuf.ByteString getBandwidthBytes()
         Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
         Check the Bandwidth enum for the list of possible values.
         
        optional string bandwidth = 181715121;
        Specified by:
        getBandwidthBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for bandwidth.
      • getCandidateIpv6SubnetsList

        public com.google.protobuf.ProtocolStringList getCandidateIpv6SubnetsList()
         This field is not available.
         
        repeated string candidate_ipv6_subnets = 70682522;
        Specified by:
        getCandidateIpv6SubnetsList in interface InterconnectAttachmentOrBuilder
        Returns:
        A list containing the candidateIpv6Subnets.
      • getCandidateIpv6Subnets

        public String getCandidateIpv6Subnets​(int index)
         This field is not available.
         
        repeated string candidate_ipv6_subnets = 70682522;
        Specified by:
        getCandidateIpv6Subnets in interface InterconnectAttachmentOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The candidateIpv6Subnets at the given index.
      • getCandidateIpv6SubnetsBytes

        public com.google.protobuf.ByteString getCandidateIpv6SubnetsBytes​(int index)
         This field is not available.
         
        repeated string candidate_ipv6_subnets = 70682522;
        Specified by:
        getCandidateIpv6SubnetsBytes in interface InterconnectAttachmentOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the candidateIpv6Subnets at the given index.
      • getCandidateSubnetsList

        public com.google.protobuf.ProtocolStringList getCandidateSubnetsList()
         Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
         
        repeated string candidate_subnets = 237842938;
        Specified by:
        getCandidateSubnetsList in interface InterconnectAttachmentOrBuilder
        Returns:
        A list containing the candidateSubnets.
      • getCandidateSubnetsCount

        public int getCandidateSubnetsCount()
         Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
         
        repeated string candidate_subnets = 237842938;
        Specified by:
        getCandidateSubnetsCount in interface InterconnectAttachmentOrBuilder
        Returns:
        The count of candidateSubnets.
      • getCandidateSubnets

        public String getCandidateSubnets​(int index)
         Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
         
        repeated string candidate_subnets = 237842938;
        Specified by:
        getCandidateSubnets in interface InterconnectAttachmentOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The candidateSubnets at the given index.
      • getCandidateSubnetsBytes

        public com.google.protobuf.ByteString getCandidateSubnetsBytes​(int index)
         Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
         
        repeated string candidate_subnets = 237842938;
        Specified by:
        getCandidateSubnetsBytes in interface InterconnectAttachmentOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the candidateSubnets at the given index.
      • hasCloudRouterIpAddress

        public boolean hasCloudRouterIpAddress()
         [Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
         
        optional string cloud_router_ip_address = 287392776;
        Specified by:
        hasCloudRouterIpAddress in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the cloudRouterIpAddress field is set.
      • getCloudRouterIpAddress

        public String getCloudRouterIpAddress()
         [Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
         
        optional string cloud_router_ip_address = 287392776;
        Specified by:
        getCloudRouterIpAddress in interface InterconnectAttachmentOrBuilder
        Returns:
        The cloudRouterIpAddress.
      • getCloudRouterIpAddressBytes

        public com.google.protobuf.ByteString getCloudRouterIpAddressBytes()
         [Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
         
        optional string cloud_router_ip_address = 287392776;
        Specified by:
        getCloudRouterIpAddressBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for cloudRouterIpAddress.
      • hasCloudRouterIpv6Address

        public boolean hasCloudRouterIpv6Address()
         [Output Only] IPv6 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
         
        optional string cloud_router_ipv6_address = 451922376;
        Specified by:
        hasCloudRouterIpv6Address in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the cloudRouterIpv6Address field is set.
      • getCloudRouterIpv6Address

        public String getCloudRouterIpv6Address()
         [Output Only] IPv6 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
         
        optional string cloud_router_ipv6_address = 451922376;
        Specified by:
        getCloudRouterIpv6Address in interface InterconnectAttachmentOrBuilder
        Returns:
        The cloudRouterIpv6Address.
      • getCloudRouterIpv6AddressBytes

        public com.google.protobuf.ByteString getCloudRouterIpv6AddressBytes()
         [Output Only] IPv6 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
         
        optional string cloud_router_ipv6_address = 451922376;
        Specified by:
        getCloudRouterIpv6AddressBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for cloudRouterIpv6Address.
      • hasCloudRouterIpv6InterfaceId

        public boolean hasCloudRouterIpv6InterfaceId()
         This field is not available.
         
        optional string cloud_router_ipv6_interface_id = 521282701;
        Specified by:
        hasCloudRouterIpv6InterfaceId in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the cloudRouterIpv6InterfaceId field is set.
      • getCloudRouterIpv6InterfaceIdBytes

        public com.google.protobuf.ByteString getCloudRouterIpv6InterfaceIdBytes()
         This field is not available.
         
        optional string cloud_router_ipv6_interface_id = 521282701;
        Specified by:
        getCloudRouterIpv6InterfaceIdBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for cloudRouterIpv6InterfaceId.
      • hasConfigurationConstraints

        public boolean hasConfigurationConstraints()
         [Output Only] Constraints for this attachment, if any. The attachment does not work if these constraints are not met.
         
        optional .google.cloud.compute.v1.InterconnectAttachmentConfigurationConstraints configuration_constraints = 179681389;
        Specified by:
        hasConfigurationConstraints in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the configurationConstraints field is set.
      • hasCreationTimestamp

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

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

        public boolean hasCustomerRouterIpAddress()
         [Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
         
        optional string customer_router_ip_address = 332475761;
        Specified by:
        hasCustomerRouterIpAddress in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the customerRouterIpAddress field is set.
      • getCustomerRouterIpAddress

        public String getCustomerRouterIpAddress()
         [Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
         
        optional string customer_router_ip_address = 332475761;
        Specified by:
        getCustomerRouterIpAddress in interface InterconnectAttachmentOrBuilder
        Returns:
        The customerRouterIpAddress.
      • getCustomerRouterIpAddressBytes

        public com.google.protobuf.ByteString getCustomerRouterIpAddressBytes()
         [Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
         
        optional string customer_router_ip_address = 332475761;
        Specified by:
        getCustomerRouterIpAddressBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for customerRouterIpAddress.
      • hasCustomerRouterIpv6Address

        public boolean hasCustomerRouterIpv6Address()
         [Output Only] IPv6 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
         
        optional string customer_router_ipv6_address = 290127089;
        Specified by:
        hasCustomerRouterIpv6Address in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the customerRouterIpv6Address field is set.
      • getCustomerRouterIpv6Address

        public String getCustomerRouterIpv6Address()
         [Output Only] IPv6 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
         
        optional string customer_router_ipv6_address = 290127089;
        Specified by:
        getCustomerRouterIpv6Address in interface InterconnectAttachmentOrBuilder
        Returns:
        The customerRouterIpv6Address.
      • getCustomerRouterIpv6AddressBytes

        public com.google.protobuf.ByteString getCustomerRouterIpv6AddressBytes()
         [Output Only] IPv6 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
         
        optional string customer_router_ipv6_address = 290127089;
        Specified by:
        getCustomerRouterIpv6AddressBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for customerRouterIpv6Address.
      • hasCustomerRouterIpv6InterfaceId

        public boolean hasCustomerRouterIpv6InterfaceId()
         This field is not available.
         
        optional string customer_router_ipv6_interface_id = 380994308;
        Specified by:
        hasCustomerRouterIpv6InterfaceId in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the customerRouterIpv6InterfaceId field is set.
      • getCustomerRouterIpv6InterfaceIdBytes

        public com.google.protobuf.ByteString getCustomerRouterIpv6InterfaceIdBytes()
         This field is not available.
         
        optional string customer_router_ipv6_interface_id = 380994308;
        Specified by:
        getCustomerRouterIpv6InterfaceIdBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for customerRouterIpv6InterfaceId.
      • hasDataplaneVersion

        public boolean hasDataplaneVersion()
         [Output Only] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.
         
        optional int32 dataplane_version = 34920075;
        Specified by:
        hasDataplaneVersion in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the dataplaneVersion field is set.
      • getDataplaneVersion

        public int getDataplaneVersion()
         [Output Only] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.
         
        optional int32 dataplane_version = 34920075;
        Specified by:
        getDataplaneVersion in interface InterconnectAttachmentOrBuilder
        Returns:
        The dataplaneVersion.
      • hasDescription

        public boolean hasDescription()
         An optional description of this resource.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the description field is set.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         An optional description of this resource.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for description.
      • hasEdgeAvailabilityDomain

        public boolean hasEdgeAvailabilityDomain()
         Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
         Check the EdgeAvailabilityDomain enum for the list of possible values.
         
        optional string edge_availability_domain = 71289510;
        Specified by:
        hasEdgeAvailabilityDomain in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the edgeAvailabilityDomain field is set.
      • getEdgeAvailabilityDomain

        public String getEdgeAvailabilityDomain()
         Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
         Check the EdgeAvailabilityDomain enum for the list of possible values.
         
        optional string edge_availability_domain = 71289510;
        Specified by:
        getEdgeAvailabilityDomain in interface InterconnectAttachmentOrBuilder
        Returns:
        The edgeAvailabilityDomain.
      • getEdgeAvailabilityDomainBytes

        public com.google.protobuf.ByteString getEdgeAvailabilityDomainBytes()
         Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
         Check the EdgeAvailabilityDomain enum for the list of possible values.
         
        optional string edge_availability_domain = 71289510;
        Specified by:
        getEdgeAvailabilityDomainBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for edgeAvailabilityDomain.
      • hasEncryption

        public boolean hasEncryption()
         Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.
         Check the Encryption enum for the list of possible values.
         
        optional string encryption = 97980291;
        Specified by:
        hasEncryption in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the encryption field is set.
      • getEncryption

        public String getEncryption()
         Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.
         Check the Encryption enum for the list of possible values.
         
        optional string encryption = 97980291;
        Specified by:
        getEncryption in interface InterconnectAttachmentOrBuilder
        Returns:
        The encryption.
      • getEncryptionBytes

        public com.google.protobuf.ByteString getEncryptionBytes()
         Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.
         Check the Encryption enum for the list of possible values.
         
        optional string encryption = 97980291;
        Specified by:
        getEncryptionBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for encryption.
      • hasGoogleReferenceId

        public boolean hasGoogleReferenceId()
         [Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.
         
        optional string google_reference_id = 534944469;
        Specified by:
        hasGoogleReferenceId in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the googleReferenceId field is set.
      • getGoogleReferenceId

        public String getGoogleReferenceId()
         [Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.
         
        optional string google_reference_id = 534944469;
        Specified by:
        getGoogleReferenceId in interface InterconnectAttachmentOrBuilder
        Returns:
        The googleReferenceId.
      • getGoogleReferenceIdBytes

        public com.google.protobuf.ByteString getGoogleReferenceIdBytes()
         [Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.
         
        optional string google_reference_id = 534944469;
        Specified by:
        getGoogleReferenceIdBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for googleReferenceId.
      • hasId

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

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

        public boolean hasInterconnect()
         URL of the underlying Interconnect object that this attachment's traffic will traverse through.
         
        optional string interconnect = 224601230;
        Specified by:
        hasInterconnect in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the interconnect field is set.
      • getInterconnect

        public String getInterconnect()
         URL of the underlying Interconnect object that this attachment's traffic will traverse through.
         
        optional string interconnect = 224601230;
        Specified by:
        getInterconnect in interface InterconnectAttachmentOrBuilder
        Returns:
        The interconnect.
      • getInterconnectBytes

        public com.google.protobuf.ByteString getInterconnectBytes()
         URL of the underlying Interconnect object that this attachment's traffic will traverse through.
         
        optional string interconnect = 224601230;
        Specified by:
        getInterconnectBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for interconnect.
      • getIpsecInternalAddressesList

        public com.google.protobuf.ProtocolStringList getIpsecInternalAddressesList()
         A list of URLs of addresses that have been reserved for the VLAN attachment. Used only for the VLAN attachment that has the encryption option as IPSEC. The addresses must be regional internal IP address ranges. When creating an HA VPN gateway over the VLAN attachment, if the attachment is configured to use a regional internal IP address, then the VPN gateway's IP address is allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this VLAN attachment, then a regional internal IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this VLAN attachment. If this field is not specified when creating the VLAN attachment, then later on when creating an HA VPN gateway on this VLAN attachment, the HA VPN gateway's IP address is allocated from the regional external IP address pool.
         
        repeated string ipsec_internal_addresses = 407648565;
        Specified by:
        getIpsecInternalAddressesList in interface InterconnectAttachmentOrBuilder
        Returns:
        A list containing the ipsecInternalAddresses.
      • getIpsecInternalAddressesCount

        public int getIpsecInternalAddressesCount()
         A list of URLs of addresses that have been reserved for the VLAN attachment. Used only for the VLAN attachment that has the encryption option as IPSEC. The addresses must be regional internal IP address ranges. When creating an HA VPN gateway over the VLAN attachment, if the attachment is configured to use a regional internal IP address, then the VPN gateway's IP address is allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this VLAN attachment, then a regional internal IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this VLAN attachment. If this field is not specified when creating the VLAN attachment, then later on when creating an HA VPN gateway on this VLAN attachment, the HA VPN gateway's IP address is allocated from the regional external IP address pool.
         
        repeated string ipsec_internal_addresses = 407648565;
        Specified by:
        getIpsecInternalAddressesCount in interface InterconnectAttachmentOrBuilder
        Returns:
        The count of ipsecInternalAddresses.
      • getIpsecInternalAddresses

        public String getIpsecInternalAddresses​(int index)
         A list of URLs of addresses that have been reserved for the VLAN attachment. Used only for the VLAN attachment that has the encryption option as IPSEC. The addresses must be regional internal IP address ranges. When creating an HA VPN gateway over the VLAN attachment, if the attachment is configured to use a regional internal IP address, then the VPN gateway's IP address is allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this VLAN attachment, then a regional internal IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this VLAN attachment. If this field is not specified when creating the VLAN attachment, then later on when creating an HA VPN gateway on this VLAN attachment, the HA VPN gateway's IP address is allocated from the regional external IP address pool.
         
        repeated string ipsec_internal_addresses = 407648565;
        Specified by:
        getIpsecInternalAddresses in interface InterconnectAttachmentOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ipsecInternalAddresses at the given index.
      • getIpsecInternalAddressesBytes

        public com.google.protobuf.ByteString getIpsecInternalAddressesBytes​(int index)
         A list of URLs of addresses that have been reserved for the VLAN attachment. Used only for the VLAN attachment that has the encryption option as IPSEC. The addresses must be regional internal IP address ranges. When creating an HA VPN gateway over the VLAN attachment, if the attachment is configured to use a regional internal IP address, then the VPN gateway's IP address is allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this VLAN attachment, then a regional internal IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this VLAN attachment. If this field is not specified when creating the VLAN attachment, then later on when creating an HA VPN gateway on this VLAN attachment, the HA VPN gateway's IP address is allocated from the regional external IP address pool.
         
        repeated string ipsec_internal_addresses = 407648565;
        Specified by:
        getIpsecInternalAddressesBytes in interface InterconnectAttachmentOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ipsecInternalAddresses at the given index.
      • hasKind

        public boolean hasKind()
         [Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface InterconnectAttachmentOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for kind.
      • hasLabelFingerprint

        public boolean hasLabelFingerprint()
         A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment.
         
        optional string label_fingerprint = 178124825;
        Specified by:
        hasLabelFingerprint in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the labelFingerprint field is set.
      • getLabelFingerprint

        public String getLabelFingerprint()
         A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment.
         
        optional string label_fingerprint = 178124825;
        Specified by:
        getLabelFingerprint in interface InterconnectAttachmentOrBuilder
        Returns:
        The labelFingerprint.
      • getLabelFingerprintBytes

        public com.google.protobuf.ByteString getLabelFingerprintBytes()
         A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment.
         
        optional string label_fingerprint = 178124825;
        Specified by:
        getLabelFingerprintBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for labelFingerprint.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: InterconnectAttachmentOrBuilder
         Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
         
        map<string, string> labels = 500195327;
        Specified by:
        getLabelsCount in interface InterconnectAttachmentOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
         
        map<string, string> labels = 500195327;
        Specified by:
        containsLabels in interface InterconnectAttachmentOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
         
        map<string, string> labels = 500195327;
        Specified by:
        getLabelsMap in interface InterconnectAttachmentOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
         
        map<string, string> labels = 500195327;
        Specified by:
        getLabelsOrDefault in interface InterconnectAttachmentOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
         
        map<string, string> labels = 500195327;
        Specified by:
        getLabelsOrThrow in interface InterconnectAttachmentOrBuilder
      • hasMtu

        public boolean hasMtu()
         Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Only 1440 and 1500 are allowed. If not specified, the value will default to 1440.
         
        optional int32 mtu = 108462;
        Specified by:
        hasMtu in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the mtu field is set.
      • getMtu

        public int getMtu()
         Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Only 1440 and 1500 are allowed. If not specified, the value will default to 1440.
         
        optional int32 mtu = 108462;
        Specified by:
        getMtu in interface InterconnectAttachmentOrBuilder
        Returns:
        The mtu.
      • hasName

        public 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])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public 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])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        getName in interface InterconnectAttachmentOrBuilder
        Returns:
        The name.
      • getNameBytes

        public 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])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for name.
      • hasOperationalStatus

        public boolean hasOperationalStatus()
         [Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.
         Check the OperationalStatus enum for the list of possible values.
         
        optional string operational_status = 201070847;
        Specified by:
        hasOperationalStatus in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the operationalStatus field is set.
      • getOperationalStatus

        public String getOperationalStatus()
         [Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.
         Check the OperationalStatus enum for the list of possible values.
         
        optional string operational_status = 201070847;
        Specified by:
        getOperationalStatus in interface InterconnectAttachmentOrBuilder
        Returns:
        The operationalStatus.
      • getOperationalStatusBytes

        public com.google.protobuf.ByteString getOperationalStatusBytes()
         [Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.
         Check the OperationalStatus enum for the list of possible values.
         
        optional string operational_status = 201070847;
        Specified by:
        getOperationalStatusBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for operationalStatus.
      • hasPairingKey

        public boolean hasPairingKey()
         [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain"
         
        optional string pairing_key = 439695464;
        Specified by:
        hasPairingKey in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the pairingKey field is set.
      • getPairingKey

        public String getPairingKey()
         [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain"
         
        optional string pairing_key = 439695464;
        Specified by:
        getPairingKey in interface InterconnectAttachmentOrBuilder
        Returns:
        The pairingKey.
      • getPairingKeyBytes

        public com.google.protobuf.ByteString getPairingKeyBytes()
         [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain"
         
        optional string pairing_key = 439695464;
        Specified by:
        getPairingKeyBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for pairingKey.
      • hasPartnerAsn

        public boolean hasPartnerAsn()
         Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED.
         
        optional int64 partner_asn = 438166149;
        Specified by:
        hasPartnerAsn in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the partnerAsn field is set.
      • getPartnerAsn

        public long getPartnerAsn()
         Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED.
         
        optional int64 partner_asn = 438166149;
        Specified by:
        getPartnerAsn in interface InterconnectAttachmentOrBuilder
        Returns:
        The partnerAsn.
      • hasPartnerMetadata

        public boolean hasPartnerMetadata()
         Informational metadata about Partner attachments from Partners to display to customers. Output only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED.
         
        optional .google.cloud.compute.v1.InterconnectAttachmentPartnerMetadata partner_metadata = 65908934;
        Specified by:
        hasPartnerMetadata in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the partnerMetadata field is set.
      • getPartnerMetadata

        public InterconnectAttachmentPartnerMetadata getPartnerMetadata()
         Informational metadata about Partner attachments from Partners to display to customers. Output only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED.
         
        optional .google.cloud.compute.v1.InterconnectAttachmentPartnerMetadata partner_metadata = 65908934;
        Specified by:
        getPartnerMetadata in interface InterconnectAttachmentOrBuilder
        Returns:
        The partnerMetadata.
      • hasPrivateInterconnectInfo

        public boolean hasPrivateInterconnectInfo()
         [Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED.
         
        optional .google.cloud.compute.v1.InterconnectAttachmentPrivateInfo private_interconnect_info = 237270531;
        Specified by:
        hasPrivateInterconnectInfo in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the privateInterconnectInfo field is set.
      • getPrivateInterconnectInfo

        public InterconnectAttachmentPrivateInfo getPrivateInterconnectInfo()
         [Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED.
         
        optional .google.cloud.compute.v1.InterconnectAttachmentPrivateInfo private_interconnect_info = 237270531;
        Specified by:
        getPrivateInterconnectInfo in interface InterconnectAttachmentOrBuilder
        Returns:
        The privateInterconnectInfo.
      • hasRegion

        public boolean hasRegion()
         [Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
         
        optional string region = 138946292;
        Specified by:
        hasRegion in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the region field is set.
      • getRegion

        public String getRegion()
         [Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
         
        optional string region = 138946292;
        Specified by:
        getRegion in interface InterconnectAttachmentOrBuilder
        Returns:
        The region.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
         [Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
         
        optional string region = 138946292;
        Specified by:
        getRegionBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for region.
      • hasRemoteService

        public boolean hasRemoteService()
         [Output Only] If the attachment is on a Cross-Cloud Interconnect connection, this field contains the interconnect's remote location service provider. Example values: "Amazon Web Services" "Microsoft Azure". The field is set only for attachments on Cross-Cloud Interconnect connections. Its value is copied from the InterconnectRemoteLocation remoteService field.
         
        optional string remote_service = 391954364;
        Specified by:
        hasRemoteService in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the remoteService field is set.
      • getRemoteService

        public String getRemoteService()
         [Output Only] If the attachment is on a Cross-Cloud Interconnect connection, this field contains the interconnect's remote location service provider. Example values: "Amazon Web Services" "Microsoft Azure". The field is set only for attachments on Cross-Cloud Interconnect connections. Its value is copied from the InterconnectRemoteLocation remoteService field.
         
        optional string remote_service = 391954364;
        Specified by:
        getRemoteService in interface InterconnectAttachmentOrBuilder
        Returns:
        The remoteService.
      • getRemoteServiceBytes

        public com.google.protobuf.ByteString getRemoteServiceBytes()
         [Output Only] If the attachment is on a Cross-Cloud Interconnect connection, this field contains the interconnect's remote location service provider. Example values: "Amazon Web Services" "Microsoft Azure". The field is set only for attachments on Cross-Cloud Interconnect connections. Its value is copied from the InterconnectRemoteLocation remoteService field.
         
        optional string remote_service = 391954364;
        Specified by:
        getRemoteServiceBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for remoteService.
      • hasRouter

        public boolean hasRouter()
         URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured.
         
        optional string router = 148608841;
        Specified by:
        hasRouter in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the router field is set.
      • getRouter

        public String getRouter()
         URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured.
         
        optional string router = 148608841;
        Specified by:
        getRouter in interface InterconnectAttachmentOrBuilder
        Returns:
        The router.
      • getRouterBytes

        public com.google.protobuf.ByteString getRouterBytes()
         URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured.
         
        optional string router = 148608841;
        Specified by:
        getRouterBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for router.
      • hasSatisfiesPzs

        public boolean hasSatisfiesPzs()
         [Output Only] Reserved for future use.
         
        optional bool satisfies_pzs = 480964267;
        Specified by:
        hasSatisfiesPzs in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the satisfiesPzs field is set.
      • getSatisfiesPzs

        public boolean getSatisfiesPzs()
         [Output Only] Reserved for future use.
         
        optional bool satisfies_pzs = 480964267;
        Specified by:
        getSatisfiesPzs in interface InterconnectAttachmentOrBuilder
        Returns:
        The satisfiesPzs.
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLinkBytes

        public com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLinkBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for selfLink.
      • hasStackType

        public boolean hasStackType()
         The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.
         Check the StackType enum for the list of possible values.
         
        optional string stack_type = 425908881;
        Specified by:
        hasStackType in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the stackType field is set.
      • getStackType

        public String getStackType()
         The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.
         Check the StackType enum for the list of possible values.
         
        optional string stack_type = 425908881;
        Specified by:
        getStackType in interface InterconnectAttachmentOrBuilder
        Returns:
        The stackType.
      • getStackTypeBytes

        public com.google.protobuf.ByteString getStackTypeBytes()
         The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.
         Check the StackType enum for the list of possible values.
         
        optional string stack_type = 425908881;
        Specified by:
        getStackTypeBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for stackType.
      • hasState

        public boolean hasState()
         [Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        hasState in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the state field is set.
      • getState

        public String getState()
         [Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getState in interface InterconnectAttachmentOrBuilder
        Returns:
        The state.
      • getStateBytes

        public com.google.protobuf.ByteString getStateBytes()
         [Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getStateBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for state.
      • hasSubnetLength

        public boolean hasSubnetLength()
         Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility.
         
        optional int32 subnet_length = 279831048;
        Specified by:
        hasSubnetLength in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the subnetLength field is set.
      • getSubnetLength

        public int getSubnetLength()
         Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility.
         
        optional int32 subnet_length = 279831048;
        Specified by:
        getSubnetLength in interface InterconnectAttachmentOrBuilder
        Returns:
        The subnetLength.
      • hasType

        public boolean hasType()
         The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Specified by:
        hasType in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the type field is set.
      • getType

        public String getType()
         The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Specified by:
        getType in interface InterconnectAttachmentOrBuilder
        Returns:
        The type.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
         The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Specified by:
        getTypeBytes in interface InterconnectAttachmentOrBuilder
        Returns:
        The bytes for type.
      • hasVlanTag8021Q

        public boolean hasVlanTag8021Q()
         The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4093. Only specified at creation time.
         
        optional int32 vlan_tag8021q = 119927836;
        Specified by:
        hasVlanTag8021Q in interface InterconnectAttachmentOrBuilder
        Returns:
        Whether the vlanTag8021q field is set.
      • getVlanTag8021Q

        public int getVlanTag8021Q()
         The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4093. Only specified at creation time.
         
        optional int32 vlan_tag8021q = 119927836;
        Specified by:
        getVlanTag8021Q in interface InterconnectAttachmentOrBuilder
        Returns:
        The vlanTag8021q.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static InterconnectAttachment parseFrom​(ByteBuffer data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InterconnectAttachment parseFrom​(ByteBuffer data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InterconnectAttachment parseFrom​(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InterconnectAttachment parseFrom​(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InterconnectAttachment parseFrom​(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InterconnectAttachment parseFrom​(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public InterconnectAttachment.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public InterconnectAttachment.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected InterconnectAttachment.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<InterconnectAttachment> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public InterconnectAttachment getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder