public interface InterconnectCircuitInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerDemarcId()
Customer-side demarc ID for this circuit.
|
com.google.protobuf.ByteString |
getCustomerDemarcIdBytes()
Customer-side demarc ID for this circuit.
|
String |
getGoogleCircuitId()
Google-assigned unique ID for this circuit.
|
com.google.protobuf.ByteString |
getGoogleCircuitIdBytes()
Google-assigned unique ID for this circuit.
|
String |
getGoogleDemarcId()
Google-side demarc ID for this circuit.
|
com.google.protobuf.ByteString |
getGoogleDemarcIdBytes()
Google-side demarc ID for this circuit.
|
boolean |
hasCustomerDemarcId()
Customer-side demarc ID for this circuit.
|
boolean |
hasGoogleCircuitId()
Google-assigned unique ID for this circuit.
|
boolean |
hasGoogleDemarcId()
Google-side demarc ID for this circuit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCustomerDemarcId()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;String getCustomerDemarcId()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;com.google.protobuf.ByteString getCustomerDemarcIdBytes()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;boolean hasGoogleCircuitId()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;String getGoogleCircuitId()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;com.google.protobuf.ByteString getGoogleCircuitIdBytes()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;boolean hasGoogleDemarcId()
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
optional string google_demarc_id = 448196270;String getGoogleDemarcId()
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
optional string google_demarc_id = 448196270;com.google.protobuf.ByteString getGoogleDemarcIdBytes()
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
optional string google_demarc_id = 448196270;Copyright © 2023 Google LLC. All rights reserved.