public interface TunnelsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProvider()
public abstract String getProvider()The provider of the VPN tunnels being used.
string provider = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The provider. |
getProviderBytes()
public abstract ByteString getProviderBytes()The provider of the VPN tunnels being used.
string provider = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for provider. |
getType()
public abstract String getType()The type of the VPN tunnels.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()The type of the VPN tunnels.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |