Interface InterconnectAttachmentPartnerMetadataOrBuilder (1.51.0)

public interface InterconnectAttachmentPartnerMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterconnectName()

public abstract 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;

Returns
TypeDescription
String

The interconnectName.

getInterconnectNameBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for interconnectName.

getPartnerName()

public abstract 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;

Returns
TypeDescription
String

The partnerName.

getPartnerNameBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for partnerName.

getPortalUrl()

public abstract 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;

Returns
TypeDescription
String

The portalUrl.

getPortalUrlBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for portalUrl.

hasInterconnectName()

public abstract boolean 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;

Returns
TypeDescription
boolean

Whether the interconnectName field is set.

hasPartnerName()

public abstract 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;

Returns
TypeDescription
boolean

Whether the partnerName field is set.

hasPortalUrl()

public abstract 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;

Returns
TypeDescription
boolean

Whether the portalUrl field is set.