public static final class WireGroupEndpoint.Builder extends GeneratedMessage.Builder<WireGroupEndpoint.Builder> implements WireGroupEndpointOrBuilder
A logical endpoint for the wire group. An endpoint represents a metro that
contains redundant Interconnect connections. A wire group is created
between two endpoints.
Protobuf type google.cloud.compute.v1.WireGroupEndpoint
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public WireGroupEndpoint build()
buildPartial()
public WireGroupEndpoint buildPartial()
clear()
public WireGroupEndpoint.Builder clear()
Overrides
clearInterconnects()
public WireGroupEndpoint.Builder clearInterconnects()
containsInterconnects(String key)
public boolean containsInterconnects(String key)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
| Parameter |
| Name |
Description |
key |
String
|
getDefaultInstanceForType()
public WireGroupEndpoint getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInterconnects() (deprecated)
public Map<String,WireGroupEndpointInterconnect> getInterconnects()
getInterconnectsCount()
public int getInterconnectsCount()
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
| Returns |
| Type |
Description |
int |
|
getInterconnectsMap()
public Map<String,WireGroupEndpointInterconnect> getInterconnectsMap()
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
getInterconnectsOrDefault(String key, WireGroupEndpointInterconnect defaultValue)
public WireGroupEndpointInterconnect getInterconnectsOrDefault(String key, WireGroupEndpointInterconnect defaultValue)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
getInterconnectsOrThrow(String key)
public WireGroupEndpointInterconnect getInterconnectsOrThrow(String key)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
| Parameter |
| Name |
Description |
key |
String
|
getMutableInterconnects() (deprecated)
public Map<String,WireGroupEndpointInterconnect> getMutableInterconnects()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(WireGroupEndpoint other)
public WireGroupEndpoint.Builder mergeFrom(WireGroupEndpoint other)
public WireGroupEndpoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public WireGroupEndpoint.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
putAllInterconnects(Map<String,WireGroupEndpointInterconnect> values)
public WireGroupEndpoint.Builder putAllInterconnects(Map<String,WireGroupEndpointInterconnect> values)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
putInterconnects(String key, WireGroupEndpointInterconnect value)
public WireGroupEndpoint.Builder putInterconnects(String key, WireGroupEndpointInterconnect value)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
putInterconnectsBuilderIfAbsent(String key)
public WireGroupEndpointInterconnect.Builder putInterconnectsBuilderIfAbsent(String key)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
| Parameter |
| Name |
Description |
key |
String
|
removeInterconnects(String key)
public WireGroupEndpoint.Builder removeInterconnects(String key)
A map that contains the redundant Interconnect connections. Specify
key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Interconnect object.
map<string, .google.cloud.compute.v1.WireGroupEndpointInterconnect> interconnects = 520187301;
| Parameter |
| Name |
Description |
key |
String
|