public static final class InterconnectCircuitInfo.Builder extends GeneratedMessageV3.Builder<InterconnectCircuitInfo.Builder> implements InterconnectCircuitInfoOrBuilderDescribes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.
Protobuf type google.cloud.compute.v1.InterconnectCircuitInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InterconnectCircuitInfo.BuilderImplements
InterconnectCircuitInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectCircuitInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| InterconnectCircuitInfo.Builder |
build()
public InterconnectCircuitInfo build()| Type | Description |
| InterconnectCircuitInfo |
buildPartial()
public InterconnectCircuitInfo buildPartial()| Type | Description |
| InterconnectCircuitInfo |
clear()
public InterconnectCircuitInfo.Builder clear()| Type | Description |
| InterconnectCircuitInfo.Builder |
clearCustomerDemarcId()
public InterconnectCircuitInfo.Builder clearCustomerDemarcId()Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public InterconnectCircuitInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| InterconnectCircuitInfo.Builder |
clearGoogleCircuitId()
public InterconnectCircuitInfo.Builder clearGoogleCircuitId()Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
clearGoogleDemarcId()
public InterconnectCircuitInfo.Builder clearGoogleDemarcId()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;
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectCircuitInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| InterconnectCircuitInfo.Builder |
clone()
public InterconnectCircuitInfo.Builder clone()| Type | Description |
| InterconnectCircuitInfo.Builder |
getCustomerDemarcId()
public String getCustomerDemarcId()Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
| Type | Description |
| String | The customerDemarcId. |
getCustomerDemarcIdBytes()
public ByteString getCustomerDemarcIdBytes()Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
| Type | Description |
| ByteString | The bytes for customerDemarcId. |
getDefaultInstanceForType()
public InterconnectCircuitInfo getDefaultInstanceForType()| Type | Description |
| InterconnectCircuitInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getGoogleCircuitId()
public String getGoogleCircuitId()Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
| Type | Description |
| String | The googleCircuitId. |
getGoogleCircuitIdBytes()
public ByteString getGoogleCircuitIdBytes()Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
| Type | Description |
| ByteString | The bytes for googleCircuitId. |
getGoogleDemarcId()
public 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;
| Type | Description |
| String | The googleDemarcId. |
getGoogleDemarcIdBytes()
public 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;
| Type | Description |
| ByteString | The bytes for googleDemarcId. |
hasCustomerDemarcId()
public boolean hasCustomerDemarcId()Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
| Type | Description |
| boolean | Whether the customerDemarcId field is set. |
hasGoogleCircuitId()
public boolean hasGoogleCircuitId()Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
| Type | Description |
| boolean | Whether the googleCircuitId field is set. |
hasGoogleDemarcId()
public 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;
| Type | Description |
| boolean | Whether the googleDemarcId field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(InterconnectCircuitInfo other)
public InterconnectCircuitInfo.Builder mergeFrom(InterconnectCircuitInfo other)| Name | Description |
| other | InterconnectCircuitInfo |
| Type | Description |
| InterconnectCircuitInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectCircuitInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| InterconnectCircuitInfo.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public InterconnectCircuitInfo.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| InterconnectCircuitInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectCircuitInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| InterconnectCircuitInfo.Builder |
setCustomerDemarcId(String value)
public InterconnectCircuitInfo.Builder setCustomerDemarcId(String value)Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
| Name | Description |
| value | StringThe customerDemarcId to set. |
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
setCustomerDemarcIdBytes(ByteString value)
public InterconnectCircuitInfo.Builder setCustomerDemarcIdBytes(ByteString value)Customer-side demarc ID for this circuit.
optional string customer_demarc_id = 28771859;
| Name | Description |
| value | ByteStringThe bytes for customerDemarcId to set. |
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectCircuitInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| InterconnectCircuitInfo.Builder |
setGoogleCircuitId(String value)
public InterconnectCircuitInfo.Builder setGoogleCircuitId(String value)Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
| Name | Description |
| value | StringThe googleCircuitId to set. |
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
setGoogleCircuitIdBytes(ByteString value)
public InterconnectCircuitInfo.Builder setGoogleCircuitIdBytes(ByteString value)Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
optional string google_circuit_id = 262014711;
| Name | Description |
| value | ByteStringThe bytes for googleCircuitId to set. |
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
setGoogleDemarcId(String value)
public InterconnectCircuitInfo.Builder setGoogleDemarcId(String value)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;
| Name | Description |
| value | StringThe googleDemarcId to set. |
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
setGoogleDemarcIdBytes(ByteString value)
public InterconnectCircuitInfo.Builder setGoogleDemarcIdBytes(ByteString value)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;
| Name | Description |
| value | ByteStringThe bytes for googleDemarcId to set. |
| Type | Description |
| InterconnectCircuitInfo.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectCircuitInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| InterconnectCircuitInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectCircuitInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| InterconnectCircuitInfo.Builder |