Interface InterconnectLocationRegionInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getExpectedRttMs()
      Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
      String getLocationPresence()
      Identifies the network presence of this location.
      com.google.protobuf.ByteString getLocationPresenceBytes()
      Identifies the network presence of this location.
      String getRegion()
      URL for the region of this location.
      com.google.protobuf.ByteString getRegionBytes()
      URL for the region of this location.
      boolean hasExpectedRttMs()
      Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
      boolean hasLocationPresence()
      Identifies the network presence of this location.
      boolean hasRegion()
      URL for the region of this 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

      • hasExpectedRttMs

        boolean hasExpectedRttMs()
         Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
         
        optional int64 expected_rtt_ms = 422543866;
        Returns:
        Whether the expectedRttMs field is set.
      • getExpectedRttMs

        long getExpectedRttMs()
         Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
         
        optional int64 expected_rtt_ms = 422543866;
        Returns:
        The expectedRttMs.
      • hasLocationPresence

        boolean hasLocationPresence()
         Identifies the network presence of this location.
         Check the LocationPresence enum for the list of possible values.
         
        optional string location_presence = 101517893;
        Returns:
        Whether the locationPresence field is set.
      • getLocationPresence

        String getLocationPresence()
         Identifies the network presence of this location.
         Check the LocationPresence enum for the list of possible values.
         
        optional string location_presence = 101517893;
        Returns:
        The locationPresence.
      • getLocationPresenceBytes

        com.google.protobuf.ByteString getLocationPresenceBytes()
         Identifies the network presence of this location.
         Check the LocationPresence enum for the list of possible values.
         
        optional string location_presence = 101517893;
        Returns:
        The bytes for locationPresence.
      • hasRegion

        boolean hasRegion()
         URL for the region of this location.
         
        optional string region = 138946292;
        Returns:
        Whether the region field is set.
      • getRegion

        String getRegion()
         URL for the region of this location.
         
        optional string region = 138946292;
        Returns:
        The region.
      • getRegionBytes

        com.google.protobuf.ByteString getRegionBytes()
         URL for the region of this location.
         
        optional string region = 138946292;
        Returns:
        The bytes for region.