Interface InterconnectRemoteLocationPermittedConnectionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInterconnectLocation()
      [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
      com.google.protobuf.ByteString getInterconnectLocationBytes()
      [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
      boolean hasInterconnectLocation()
      [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInterconnectLocation

        boolean hasInterconnectLocation()
         [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
         
        optional string interconnect_location = 492235846;
        Returns:
        Whether the interconnectLocation field is set.
      • getInterconnectLocation

        String getInterconnectLocation()
         [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
         
        optional string interconnect_location = 492235846;
        Returns:
        The interconnectLocation.
      • getInterconnectLocationBytes

        com.google.protobuf.ByteString getInterconnectLocationBytes()
         [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
         
        optional string interconnect_location = 492235846;
        Returns:
        The bytes for interconnectLocation.