Package com.google.cloud.compute.v1
Interface InterconnectAttachmentPartnerMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectAttachmentPartnerMetadata
,InterconnectAttachmentPartnerMetadata.Builder
public interface InterconnectAttachmentPartnerMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInterconnectName
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:
- Whether the interconnectName field is set.
-
getInterconnectName
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:
- The interconnectName.
-
getInterconnectNameBytes
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;
- Returns:
- The bytes for interconnectName.
-
hasPartnerName
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:
- Whether the partnerName field is set.
-
getPartnerName
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:
- The partnerName.
-
getPartnerNameBytes
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;
- Returns:
- The bytes for partnerName.
-
hasPortalUrl
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:
- Whether the portalUrl field is set.
-
getPortalUrl
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:
- The portalUrl.
-
getPortalUrlBytes
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;
- Returns:
- The bytes for portalUrl.
-
-