Class VpnTunnelInfo (1.9.0)

public final class VpnTunnelInfo extends GeneratedMessageV3 implements VpnTunnelInfoOrBuilder

For display only. Metadata associated with a Compute Engine VPN tunnel.

Protobuf type google.cloud.networkmanagement.v1.VpnTunnelInfo

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_URI_FIELD_NUMBER

public static final int NETWORK_URI_FIELD_NUMBER
Field Value
TypeDescription
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
TypeDescription
int

REMOTE_GATEWAY_FIELD_NUMBER

public static final int REMOTE_GATEWAY_FIELD_NUMBER
Field Value
TypeDescription
int

REMOTE_GATEWAY_IP_FIELD_NUMBER

public static final int REMOTE_GATEWAY_IP_FIELD_NUMBER
Field Value
TypeDescription
int

ROUTING_TYPE_FIELD_NUMBER

public static final int ROUTING_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_GATEWAY_FIELD_NUMBER

public static final int SOURCE_GATEWAY_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_GATEWAY_IP_FIELD_NUMBER

public static final int SOURCE_GATEWAY_IP_FIELD_NUMBER
Field Value
TypeDescription
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VpnTunnelInfo getDefaultInstance()
Returns
TypeDescription
VpnTunnelInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VpnTunnelInfo.Builder newBuilder()
Returns
TypeDescription
VpnTunnelInfo.Builder

newBuilder(VpnTunnelInfo prototype)

public static VpnTunnelInfo.Builder newBuilder(VpnTunnelInfo prototype)
Parameter
NameDescription
prototypeVpnTunnelInfo
Returns
TypeDescription
VpnTunnelInfo.Builder

parseDelimitedFrom(InputStream input)

public static VpnTunnelInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VpnTunnelInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VpnTunnelInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VpnTunnelInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VpnTunnelInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VpnTunnelInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VpnTunnelInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VpnTunnelInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VpnTunnelInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VpnTunnelInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VpnTunnelInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VpnTunnelInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VpnTunnelInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VpnTunnelInfo> parser()
Returns
TypeDescription
Parser<VpnTunnelInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public VpnTunnelInfo getDefaultInstanceForType()
Returns
TypeDescription
VpnTunnelInfo

getDisplayName()

public String getDisplayName()

Name of a VPN tunnel.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Name of a VPN tunnel.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getNetworkUri()

public String getNetworkUri()

URI of a Compute Engine network where the VPN tunnel is configured.

string network_uri = 7;

Returns
TypeDescription
String

The networkUri.

getNetworkUriBytes()

public ByteString getNetworkUriBytes()

URI of a Compute Engine network where the VPN tunnel is configured.

string network_uri = 7;

Returns
TypeDescription
ByteString

The bytes for networkUri.

getParserForType()

public Parser<VpnTunnelInfo> getParserForType()
Returns
TypeDescription
Parser<VpnTunnelInfo>
Overrides

getRegion()

public String getRegion()

Name of a Google Cloud region where this VPN tunnel is configured.

string region = 8;

Returns
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of a Google Cloud region where this VPN tunnel is configured.

string region = 8;

Returns
TypeDescription
ByteString

The bytes for region.

getRemoteGateway()

public String getRemoteGateway()

URI of a VPN gateway at remote end of the tunnel.

string remote_gateway = 4;

Returns
TypeDescription
String

The remoteGateway.

getRemoteGatewayBytes()

public ByteString getRemoteGatewayBytes()

URI of a VPN gateway at remote end of the tunnel.

string remote_gateway = 4;

Returns
TypeDescription
ByteString

The bytes for remoteGateway.

getRemoteGatewayIp()

public String getRemoteGatewayIp()

Remote VPN gateway's IP address.

string remote_gateway_ip = 5;

Returns
TypeDescription
String

The remoteGatewayIp.

getRemoteGatewayIpBytes()

public ByteString getRemoteGatewayIpBytes()

Remote VPN gateway's IP address.

string remote_gateway_ip = 5;

Returns
TypeDescription
ByteString

The bytes for remoteGatewayIp.

getRoutingType()

public VpnTunnelInfo.RoutingType getRoutingType()

Type of the routing policy.

.google.cloud.networkmanagement.v1.VpnTunnelInfo.RoutingType routing_type = 9;

Returns
TypeDescription
VpnTunnelInfo.RoutingType

The routingType.

getRoutingTypeValue()

public int getRoutingTypeValue()

Type of the routing policy.

.google.cloud.networkmanagement.v1.VpnTunnelInfo.RoutingType routing_type = 9;

Returns
TypeDescription
int

The enum numeric value on the wire for routingType.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSourceGateway()

public String getSourceGateway()

URI of the VPN gateway at local end of the tunnel.

string source_gateway = 3;

Returns
TypeDescription
String

The sourceGateway.

getSourceGatewayBytes()

public ByteString getSourceGatewayBytes()

URI of the VPN gateway at local end of the tunnel.

string source_gateway = 3;

Returns
TypeDescription
ByteString

The bytes for sourceGateway.

getSourceGatewayIp()

public String getSourceGatewayIp()

Local VPN gateway's IP address.

string source_gateway_ip = 6;

Returns
TypeDescription
String

The sourceGatewayIp.

getSourceGatewayIpBytes()

public ByteString getSourceGatewayIpBytes()

Local VPN gateway's IP address.

string source_gateway_ip = 6;

Returns
TypeDescription
ByteString

The bytes for sourceGatewayIp.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUri()

public String getUri()

URI of a VPN tunnel.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI of a VPN tunnel.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VpnTunnelInfo.Builder newBuilderForType()
Returns
TypeDescription
VpnTunnelInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VpnTunnelInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VpnTunnelInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VpnTunnelInfo.Builder toBuilder()
Returns
TypeDescription
VpnTunnelInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException