Package com.google.cloud.compute.v1
Interface InterconnectRemoteLocationPermittedConnectionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectRemoteLocationPermittedConnections
,InterconnectRemoteLocationPermittedConnections.Builder
public interface InterconnectRemoteLocationPermittedConnectionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-