Package com.google.cloud.compute.v1
Interface InterconnectCircuitInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectCircuitInfo
,InterconnectCircuitInfo.Builder
public interface InterconnectCircuitInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCustomerDemarcId
boolean hasCustomerDemarcId()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
- Returns:
- Whether the customerDemarcId field is set.
-
getCustomerDemarcId
String getCustomerDemarcId()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
- Returns:
- The customerDemarcId.
-
getCustomerDemarcIdBytes
com.google.protobuf.ByteString getCustomerDemarcIdBytes()
Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
- Returns:
- The bytes for customerDemarcId.
-
hasGoogleCircuitId
boolean hasGoogleCircuitId()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
- Returns:
- Whether the googleCircuitId field is set.
-
getGoogleCircuitId
String getGoogleCircuitId()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
- Returns:
- The googleCircuitId.
-
getGoogleCircuitIdBytes
com.google.protobuf.ByteString getGoogleCircuitIdBytes()
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
- Returns:
- The bytes for googleCircuitId.
-
hasGoogleDemarcId
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:
- Whether the googleDemarcId field is set.
-
getGoogleDemarcId
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:
- The googleDemarcId.
-
getGoogleDemarcIdBytes
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;
- Returns:
- The bytes for googleDemarcId.
-
-