Interface VpnConnection.Details.CloudVpnOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpnConnection.Details.CloudVpn
,VpnConnection.Details.CloudVpn.Builder
- Enclosing class:
- VpnConnection.Details
public static interface VpnConnection.Details.CloudVpnOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGateway()
The created Cloud VPN gateway name.com.google.protobuf.ByteString
getGatewayBytes()
The created Cloud VPN gateway name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGateway
String getGateway()
The created Cloud VPN gateway name.
string gateway = 1;
- Returns:
- The gateway.
-
getGatewayBytes
com.google.protobuf.ByteString getGatewayBytes()
The created Cloud VPN gateway name.
string gateway = 1;
- Returns:
- The bytes for gateway.
-
-