Interface VpnConnection.Details.CloudVpnOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.