public static interface VpnConnection.DetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VpnConnection.Details.CloudRouter |
getCloudRouter()
The Cloud Router info.
|
VpnConnection.Details.CloudRouterOrBuilder |
getCloudRouterOrBuilder()
The Cloud Router info.
|
VpnConnection.Details.CloudVpn |
getCloudVpns(int index)
Each connection has multiple Cloud VPN gateways.
|
int |
getCloudVpnsCount()
Each connection has multiple Cloud VPN gateways.
|
List<VpnConnection.Details.CloudVpn> |
getCloudVpnsList()
Each connection has multiple Cloud VPN gateways.
|
VpnConnection.Details.CloudVpnOrBuilder |
getCloudVpnsOrBuilder(int index)
Each connection has multiple Cloud VPN gateways.
|
List<? extends VpnConnection.Details.CloudVpnOrBuilder> |
getCloudVpnsOrBuilderList()
Each connection has multiple Cloud VPN gateways.
|
String |
getError()
The error message.
|
com.google.protobuf.ByteString |
getErrorBytes()
The error message.
|
VpnConnection.Details.State |
getState()
The state of this connection.
|
int |
getStateValue()
The state of this connection.
|
boolean |
hasCloudRouter()
The Cloud Router info.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of this connection.
.google.cloud.edgecontainer.v1.VpnConnection.Details.State state = 1;VpnConnection.Details.State getState()
The state of this connection.
.google.cloud.edgecontainer.v1.VpnConnection.Details.State state = 1;String getError()
The error message. This is only populated when state=ERROR.
string error = 2;com.google.protobuf.ByteString getErrorBytes()
The error message. This is only populated when state=ERROR.
string error = 2;boolean hasCloudRouter()
The Cloud Router info.
.google.cloud.edgecontainer.v1.VpnConnection.Details.CloudRouter cloud_router = 3;
VpnConnection.Details.CloudRouter getCloudRouter()
The Cloud Router info.
.google.cloud.edgecontainer.v1.VpnConnection.Details.CloudRouter cloud_router = 3;
VpnConnection.Details.CloudRouterOrBuilder getCloudRouterOrBuilder()
The Cloud Router info.
.google.cloud.edgecontainer.v1.VpnConnection.Details.CloudRouter cloud_router = 3;
List<VpnConnection.Details.CloudVpn> getCloudVpnsList()
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
VpnConnection.Details.CloudVpn getCloudVpns(int index)
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
int getCloudVpnsCount()
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
List<? extends VpnConnection.Details.CloudVpnOrBuilder> getCloudVpnsOrBuilderList()
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
VpnConnection.Details.CloudVpnOrBuilder getCloudVpnsOrBuilder(int index)
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
Copyright © 2024 Google LLC. All rights reserved.