Class Interconnect

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

    public final class Interconnect
    extends com.google.protobuf.GeneratedMessageV3
    implements InterconnectOrBuilder
     Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.
     
    Protobuf type google.cloud.compute.v1.Interconnect
    See Also:
    Serialized Form
    • Field Detail

      • ADMIN_ENABLED_FIELD_NUMBER

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

        public static final int CIRCUIT_INFOS_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_NAME_FIELD_NUMBER

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

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

        public static final int EXPECTED_OUTAGES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GOOGLE_IP_ADDRESS_FIELD_NUMBER

        public static final int GOOGLE_IP_ADDRESS_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_ATTACHMENTS_FIELD_NUMBER

        public static final int INTERCONNECT_ATTACHMENTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INTERCONNECT_TYPE_FIELD_NUMBER

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

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

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

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

        public static final int PEER_IP_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PROVISIONED_LINK_COUNT_FIELD_NUMBER

        public static final int PROVISIONED_LINK_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REMOTE_LOCATION_FIELD_NUMBER

        public static final int REMOTE_LOCATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REQUESTED_LINK_COUNT_FIELD_NUMBER

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

        public static final int SATISFIES_PZS_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()
         Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
         
        optional bool admin_enabled = 445675089;
        Specified by:
        hasAdminEnabled in interface InterconnectOrBuilder
        Returns:
        Whether the adminEnabled field is set.
      • getAdminEnabled

        public boolean getAdminEnabled()
         Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
         
        optional bool admin_enabled = 445675089;
        Specified by:
        getAdminEnabled in interface InterconnectOrBuilder
        Returns:
        The adminEnabled.
      • getCircuitInfosCount

        public int getCircuitInfosCount()
         [Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
         
        repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
        Specified by:
        getCircuitInfosCount in interface InterconnectOrBuilder
      • getCircuitInfos

        public InterconnectCircuitInfo getCircuitInfos​(int index)
         [Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
         
        repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
        Specified by:
        getCircuitInfos in interface InterconnectOrBuilder
      • hasCreationTimestamp

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

        public String getCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestamp in interface InterconnectOrBuilder
        Returns:
        The creationTimestamp.
      • 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 InterconnectOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • hasCustomerName

        public boolean hasCustomerName()
         Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
         
        optional string customer_name = 3665484;
        Specified by:
        hasCustomerName in interface InterconnectOrBuilder
        Returns:
        Whether the customerName field is set.
      • getCustomerName

        public String getCustomerName()
         Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
         
        optional string customer_name = 3665484;
        Specified by:
        getCustomerName in interface InterconnectOrBuilder
        Returns:
        The customerName.
      • getCustomerNameBytes

        public com.google.protobuf.ByteString getCustomerNameBytes()
         Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
         
        optional string customer_name = 3665484;
        Specified by:
        getCustomerNameBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for customerName.
      • hasDescription

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

        public String getDescription()
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface InterconnectOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for description.
      • getExpectedOutagesCount

        public int getExpectedOutagesCount()
         [Output Only] A list of outages expected for this Interconnect.
         
        repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
        Specified by:
        getExpectedOutagesCount in interface InterconnectOrBuilder
      • hasGoogleIpAddress

        public boolean hasGoogleIpAddress()
         [Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
         
        optional string google_ip_address = 443105954;
        Specified by:
        hasGoogleIpAddress in interface InterconnectOrBuilder
        Returns:
        Whether the googleIpAddress field is set.
      • getGoogleIpAddress

        public String getGoogleIpAddress()
         [Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
         
        optional string google_ip_address = 443105954;
        Specified by:
        getGoogleIpAddress in interface InterconnectOrBuilder
        Returns:
        The googleIpAddress.
      • getGoogleIpAddressBytes

        public com.google.protobuf.ByteString getGoogleIpAddressBytes()
         [Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
         
        optional string google_ip_address = 443105954;
        Specified by:
        getGoogleIpAddressBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for googleIpAddress.
      • 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.
         
        optional string google_reference_id = 534944469;
        Specified by:
        hasGoogleReferenceId in interface InterconnectOrBuilder
        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.
         
        optional string google_reference_id = 534944469;
        Specified by:
        getGoogleReferenceId in interface InterconnectOrBuilder
        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.
         
        optional string google_reference_id = 534944469;
        Specified by:
        getGoogleReferenceIdBytes in interface InterconnectOrBuilder
        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 InterconnectOrBuilder
        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 InterconnectOrBuilder
        Returns:
        The id.
      • getInterconnectAttachmentsList

        public com.google.protobuf.ProtocolStringList getInterconnectAttachmentsList()
         [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
         
        repeated string interconnect_attachments = 425388415;
        Specified by:
        getInterconnectAttachmentsList in interface InterconnectOrBuilder
        Returns:
        A list containing the interconnectAttachments.
      • getInterconnectAttachmentsCount

        public int getInterconnectAttachmentsCount()
         [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
         
        repeated string interconnect_attachments = 425388415;
        Specified by:
        getInterconnectAttachmentsCount in interface InterconnectOrBuilder
        Returns:
        The count of interconnectAttachments.
      • getInterconnectAttachments

        public String getInterconnectAttachments​(int index)
         [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
         
        repeated string interconnect_attachments = 425388415;
        Specified by:
        getInterconnectAttachments in interface InterconnectOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The interconnectAttachments at the given index.
      • getInterconnectAttachmentsBytes

        public com.google.protobuf.ByteString getInterconnectAttachmentsBytes​(int index)
         [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
         
        repeated string interconnect_attachments = 425388415;
        Specified by:
        getInterconnectAttachmentsBytes in interface InterconnectOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the interconnectAttachments at the given index.
      • hasInterconnectType

        public boolean hasInterconnectType()
         Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
         Check the InterconnectType enum for the list of possible values.
         
        optional string interconnect_type = 515165259;
        Specified by:
        hasInterconnectType in interface InterconnectOrBuilder
        Returns:
        Whether the interconnectType field is set.
      • getInterconnectType

        public String getInterconnectType()
         Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
         Check the InterconnectType enum for the list of possible values.
         
        optional string interconnect_type = 515165259;
        Specified by:
        getInterconnectType in interface InterconnectOrBuilder
        Returns:
        The interconnectType.
      • getInterconnectTypeBytes

        public com.google.protobuf.ByteString getInterconnectTypeBytes()
         Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
         Check the InterconnectType enum for the list of possible values.
         
        optional string interconnect_type = 515165259;
        Specified by:
        getInterconnectTypeBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for interconnectType.
      • hasKind

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

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

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

        public boolean hasLabelFingerprint()
         A fingerprint for the labels being applied to this Interconnect, 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 Interconnect.
         
        optional string label_fingerprint = 178124825;
        Specified by:
        hasLabelFingerprint in interface InterconnectOrBuilder
        Returns:
        Whether the labelFingerprint field is set.
      • getLabelFingerprint

        public String getLabelFingerprint()
         A fingerprint for the labels being applied to this Interconnect, 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 Interconnect.
         
        optional string label_fingerprint = 178124825;
        Specified by:
        getLabelFingerprint in interface InterconnectOrBuilder
        Returns:
        The labelFingerprint.
      • getLabelFingerprintBytes

        public com.google.protobuf.ByteString getLabelFingerprintBytes()
         A fingerprint for the labels being applied to this Interconnect, 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 Interconnect.
         
        optional string label_fingerprint = 178124825;
        Specified by:
        getLabelFingerprintBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for labelFingerprint.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: InterconnectOrBuilder
         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 InterconnectOrBuilder
      • 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 InterconnectOrBuilder
      • 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 InterconnectOrBuilder
      • 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 InterconnectOrBuilder
      • 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 InterconnectOrBuilder
      • hasLinkType

        public boolean hasLinkType()
         Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.
         Check the LinkType enum for the list of possible values.
         
        optional string link_type = 523207775;
        Specified by:
        hasLinkType in interface InterconnectOrBuilder
        Returns:
        Whether the linkType field is set.
      • getLinkType

        public String getLinkType()
         Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.
         Check the LinkType enum for the list of possible values.
         
        optional string link_type = 523207775;
        Specified by:
        getLinkType in interface InterconnectOrBuilder
        Returns:
        The linkType.
      • getLinkTypeBytes

        public com.google.protobuf.ByteString getLinkTypeBytes()
         Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.
         Check the LinkType enum for the list of possible values.
         
        optional string link_type = 523207775;
        Specified by:
        getLinkTypeBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for linkType.
      • hasLocation

        public boolean hasLocation()
         URL of the InterconnectLocation object that represents where this connection is to be provisioned.
         
        optional string location = 290430901;
        Specified by:
        hasLocation in interface InterconnectOrBuilder
        Returns:
        Whether the location field is set.
      • getLocation

        public String getLocation()
         URL of the InterconnectLocation object that represents where this connection is to be provisioned.
         
        optional string location = 290430901;
        Specified by:
        getLocation in interface InterconnectOrBuilder
        Returns:
        The location.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         URL of the InterconnectLocation object that represents where this connection is to be provisioned.
         
        optional string location = 290430901;
        Specified by:
        getLocationBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for location.
      • 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 InterconnectOrBuilder
        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 InterconnectOrBuilder
        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 InterconnectOrBuilder
        Returns:
        The bytes for name.
      • hasNocContactEmail

        public boolean hasNocContactEmail()
         Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
         
        optional string noc_contact_email = 14072832;
        Specified by:
        hasNocContactEmail in interface InterconnectOrBuilder
        Returns:
        Whether the nocContactEmail field is set.
      • getNocContactEmail

        public String getNocContactEmail()
         Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
         
        optional string noc_contact_email = 14072832;
        Specified by:
        getNocContactEmail in interface InterconnectOrBuilder
        Returns:
        The nocContactEmail.
      • getNocContactEmailBytes

        public com.google.protobuf.ByteString getNocContactEmailBytes()
         Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
         
        optional string noc_contact_email = 14072832;
        Specified by:
        getNocContactEmailBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for nocContactEmail.
      • hasOperationalStatus

        public boolean hasOperationalStatus()
         [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
         Check the OperationalStatus enum for the list of possible values.
         
        optional string operational_status = 201070847;
        Specified by:
        hasOperationalStatus in interface InterconnectOrBuilder
        Returns:
        Whether the operationalStatus field is set.
      • getOperationalStatus

        public String getOperationalStatus()
         [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
         Check the OperationalStatus enum for the list of possible values.
         
        optional string operational_status = 201070847;
        Specified by:
        getOperationalStatus in interface InterconnectOrBuilder
        Returns:
        The operationalStatus.
      • getOperationalStatusBytes

        public com.google.protobuf.ByteString getOperationalStatusBytes()
         [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
         Check the OperationalStatus enum for the list of possible values.
         
        optional string operational_status = 201070847;
        Specified by:
        getOperationalStatusBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for operationalStatus.
      • hasPeerIpAddress

        public boolean hasPeerIpAddress()
         [Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
         
        optional string peer_ip_address = 207735769;
        Specified by:
        hasPeerIpAddress in interface InterconnectOrBuilder
        Returns:
        Whether the peerIpAddress field is set.
      • getPeerIpAddress

        public String getPeerIpAddress()
         [Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
         
        optional string peer_ip_address = 207735769;
        Specified by:
        getPeerIpAddress in interface InterconnectOrBuilder
        Returns:
        The peerIpAddress.
      • getPeerIpAddressBytes

        public com.google.protobuf.ByteString getPeerIpAddressBytes()
         [Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
         
        optional string peer_ip_address = 207735769;
        Specified by:
        getPeerIpAddressBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for peerIpAddress.
      • hasProvisionedLinkCount

        public boolean hasProvisionedLinkCount()
         [Output Only] Number of links actually provisioned in this interconnect.
         
        optional int32 provisioned_link_count = 410888565;
        Specified by:
        hasProvisionedLinkCount in interface InterconnectOrBuilder
        Returns:
        Whether the provisionedLinkCount field is set.
      • getProvisionedLinkCount

        public int getProvisionedLinkCount()
         [Output Only] Number of links actually provisioned in this interconnect.
         
        optional int32 provisioned_link_count = 410888565;
        Specified by:
        getProvisionedLinkCount in interface InterconnectOrBuilder
        Returns:
        The provisionedLinkCount.
      • hasRemoteLocation

        public boolean hasRemoteLocation()
         Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
         
        optional string remote_location = 324388750;
        Specified by:
        hasRemoteLocation in interface InterconnectOrBuilder
        Returns:
        Whether the remoteLocation field is set.
      • getRemoteLocation

        public String getRemoteLocation()
         Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
         
        optional string remote_location = 324388750;
        Specified by:
        getRemoteLocation in interface InterconnectOrBuilder
        Returns:
        The remoteLocation.
      • getRemoteLocationBytes

        public com.google.protobuf.ByteString getRemoteLocationBytes()
         Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
         
        optional string remote_location = 324388750;
        Specified by:
        getRemoteLocationBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for remoteLocation.
      • hasRequestedLinkCount

        public boolean hasRequestedLinkCount()
         Target number of physical links in the link bundle, as requested by the customer.
         
        optional int32 requested_link_count = 45051387;
        Specified by:
        hasRequestedLinkCount in interface InterconnectOrBuilder
        Returns:
        Whether the requestedLinkCount field is set.
      • getRequestedLinkCount

        public int getRequestedLinkCount()
         Target number of physical links in the link bundle, as requested by the customer.
         
        optional int32 requested_link_count = 45051387;
        Specified by:
        getRequestedLinkCount in interface InterconnectOrBuilder
        Returns:
        The requestedLinkCount.
      • hasSatisfiesPzs

        public boolean hasSatisfiesPzs()
         [Output Only] Reserved for future use.
         
        optional bool satisfies_pzs = 480964267;
        Specified by:
        hasSatisfiesPzs in interface InterconnectOrBuilder
        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 InterconnectOrBuilder
        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 InterconnectOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLink

        public String getSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLink in interface InterconnectOrBuilder
        Returns:
        The selfLink.
      • 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 InterconnectOrBuilder
        Returns:
        The bytes for selfLink.
      • hasState

        public boolean hasState()
         [Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        hasState in interface InterconnectOrBuilder
        Returns:
        Whether the state field is set.
      • getState

        public String getState()
         [Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getState in interface InterconnectOrBuilder
        Returns:
        The state.
      • getStateBytes

        public com.google.protobuf.ByteString getStateBytes()
         [Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getStateBytes in interface InterconnectOrBuilder
        Returns:
        The bytes for state.
      • 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 Interconnect parseFrom​(ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

        public static Interconnect parseFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

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

        public static Interconnect getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Interconnect> parser()
      • getParserForType

        public com.google.protobuf.Parser<Interconnect> 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 Interconnect getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder