public interface InterconnectAttachmentPartnerMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInterconnectName()
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal.
|
com.google.protobuf.ByteString |
getInterconnectNameBytes()
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal.
|
String |
getPartnerName()
Plain text name of the Partner providing this attachment.
|
com.google.protobuf.ByteString |
getPartnerNameBytes()
Plain text name of the Partner providing this attachment.
|
String |
getPortalUrl()
URL of the Partner's portal for this Attachment.
|
com.google.protobuf.ByteString |
getPortalUrlBytes()
URL of the Partner's portal for this Attachment.
|
boolean |
hasInterconnectName()
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal.
|
boolean |
hasPartnerName()
Plain text name of the Partner providing this attachment.
|
boolean |
hasPortalUrl()
URL of the Partner's portal for this Attachment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInterconnectName()
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values.
optional string interconnect_name = 514963356;String getInterconnectName()
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values.
optional string interconnect_name = 514963356;com.google.protobuf.ByteString getInterconnectNameBytes()
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values.
optional string interconnect_name = 514963356;boolean hasPartnerName()
Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
optional string partner_name = 161747874;String getPartnerName()
Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
optional string partner_name = 161747874;com.google.protobuf.ByteString getPartnerNameBytes()
Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
optional string partner_name = 161747874;boolean hasPortalUrl()
URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.
optional string portal_url = 269182748;String getPortalUrl()
URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.
optional string portal_url = 269182748;com.google.protobuf.ByteString getPortalUrlBytes()
URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.
optional string portal_url = 269182748;Copyright © 2023 Google LLC. All rights reserved.