Interface InterconnectCircuitInfoOrBuilder (1.51.0)

public interface InterconnectCircuitInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomerDemarcId()

public abstract String getCustomerDemarcId()

Customer-side demarc ID for this circuit.

optional string customer_demarc_id = 28771859;

Returns
TypeDescription
String

The customerDemarcId.

getCustomerDemarcIdBytes()

public abstract ByteString getCustomerDemarcIdBytes()

Customer-side demarc ID for this circuit.

optional string customer_demarc_id = 28771859;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for googleDemarcId.

hasCustomerDemarcId()

public abstract boolean hasCustomerDemarcId()

Customer-side demarc ID for this circuit.

optional string customer_demarc_id = 28771859;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the googleDemarcId field is set.