public interface WireGroupEndpointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsInterconnects(String key)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getInterconnects() (deprecated)
public abstract Map<String,WireGroupEndpointInterconnect> getInterconnects()Use #getInterconnectsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,WireGroupEndpointInterconnect> |
|
getInterconnectsCount()
public abstract 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 abstract 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;
| Returns | |
|---|---|
| Type | Description |
Map<String,WireGroupEndpointInterconnect> |
|
getInterconnectsOrDefault(String key, WireGroupEndpointInterconnect defaultValue)
public abstract 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;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
WireGroupEndpointInterconnect |
| Returns | |
|---|---|
| Type | Description |
WireGroupEndpointInterconnect |
|
getInterconnectsOrThrow(String key)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
WireGroupEndpointInterconnect |
|