public interface InterconnectCircuitInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomerDemarcId()
public abstract String getCustomerDemarcId()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
Returns | |
---|---|
Type | Description |
String |
The customerDemarcId. |
getCustomerDemarcIdBytes()
public abstract ByteString getCustomerDemarcIdBytes()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for customerDemarcId. |
getGoogleCircuitId()
public abstract String getGoogleCircuitId()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
Returns | |
---|---|
Type | Description |
String |
The googleCircuitId. |
getGoogleCircuitIdBytes()
public abstract ByteString getGoogleCircuitIdBytes()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for googleCircuitId. |
getGoogleDemarcId()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The googleDemarcId. |
getGoogleDemarcIdBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for googleDemarcId. |
hasCustomerDemarcId()
public abstract boolean hasCustomerDemarcId()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
Returns | |
---|---|
Type | Description |
boolean |
Whether the customerDemarcId field is set. |
hasGoogleCircuitId()
public abstract boolean hasGoogleCircuitId()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
Returns | |
---|---|
Type | Description |
boolean |
Whether the googleCircuitId field is set. |
hasGoogleDemarcId()
public abstract 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the googleDemarcId field is set. |