Send feedback
Class ProxyConnectionInfo (1.77.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ProxyConnectionInfo extends GeneratedMessageV3 implements ProxyConnectionInfoOrBuilder
For display only. Metadata associated with ProxyConnection.
Protobuf type google.cloud.networkmanagement.v1beta1.ProxyConnectionInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NETWORK_URI_FIELD_NUMBER
public static final int NETWORK_URI_FIELD_NUMBER
Field Value
Type
Description
int
NEW_DESTINATION_IP_FIELD_NUMBER
public static final int NEW_DESTINATION_IP_FIELD_NUMBER
Field Value
Type
Description
int
NEW_DESTINATION_PORT_FIELD_NUMBER
public static final int NEW_DESTINATION_PORT_FIELD_NUMBER
Field Value
Type
Description
int
NEW_SOURCE_IP_FIELD_NUMBER
public static final int NEW_SOURCE_IP_FIELD_NUMBER
Field Value
Type
Description
int
NEW_SOURCE_PORT_FIELD_NUMBER
public static final int NEW_SOURCE_PORT_FIELD_NUMBER
Field Value
Type
Description
int
OLD_DESTINATION_IP_FIELD_NUMBER
public static final int OLD_DESTINATION_IP_FIELD_NUMBER
Field Value
Type
Description
int
OLD_DESTINATION_PORT_FIELD_NUMBER
public static final int OLD_DESTINATION_PORT_FIELD_NUMBER
Field Value
Type
Description
int
OLD_SOURCE_IP_FIELD_NUMBER
public static final int OLD_SOURCE_IP_FIELD_NUMBER
Field Value
Type
Description
int
OLD_SOURCE_PORT_FIELD_NUMBER
public static final int OLD_SOURCE_PORT_FIELD_NUMBER
Field Value
Type
Description
int
PROTOCOL_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
Field Value
Type
Description
int
SUBNET_URI_FIELD_NUMBER
public static final int SUBNET_URI_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ProxyConnectionInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ProxyConnectionInfo . Builder newBuilder ()
newBuilder(ProxyConnectionInfo prototype)
public static ProxyConnectionInfo . Builder newBuilder ( ProxyConnectionInfo prototype )
public static ProxyConnectionInfo parseDelimitedFrom ( InputStream input )
public static ProxyConnectionInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ProxyConnectionInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProxyConnectionInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ProxyConnectionInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProxyConnectionInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ProxyConnectionInfo parseFrom ( CodedInputStream input )
public static ProxyConnectionInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ProxyConnectionInfo parseFrom ( InputStream input )
public static ProxyConnectionInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ProxyConnectionInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProxyConnectionInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ProxyConnectionInfo> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ProxyConnectionInfo getDefaultInstanceForType ()
getNetworkUri()
public String getNetworkUri ()
URI of the network where connection is proxied.
string network_uri = 11;
Returns
Type
Description
String
The networkUri.
getNetworkUriBytes()
public ByteString getNetworkUriBytes ()
URI of the network where connection is proxied.
string network_uri = 11;
Returns
Type
Description
ByteString
The bytes for networkUri.
getNewDestinationIp()
public String getNewDestinationIp ()
Destination IP address of a new connection.
string new_destination_ip = 5;
Returns
Type
Description
String
The newDestinationIp.
getNewDestinationIpBytes()
public ByteString getNewDestinationIpBytes ()
Destination IP address of a new connection.
string new_destination_ip = 5;
Returns
Type
Description
ByteString
The bytes for newDestinationIp.
getNewDestinationPort()
public int getNewDestinationPort ()
Destination port of a new connection. Only valid when protocol is TCP or
UDP.
int32 new_destination_port = 9;
Returns
Type
Description
int
The newDestinationPort.
getNewSourceIp()
public String getNewSourceIp ()
Source IP address of a new connection.
string new_source_ip = 3;
Returns
Type
Description
String
The newSourceIp.
getNewSourceIpBytes()
public ByteString getNewSourceIpBytes ()
Source IP address of a new connection.
string new_source_ip = 3;
Returns
Type
Description
ByteString
The bytes for newSourceIp.
getNewSourcePort()
public int getNewSourcePort ()
Source port of a new connection. Only valid when protocol is TCP or UDP.
int32 new_source_port = 7;
Returns
Type
Description
int
The newSourcePort.
getOldDestinationIp()
public String getOldDestinationIp ()
Destination IP address of an original connection
string old_destination_ip = 4;
Returns
Type
Description
String
The oldDestinationIp.
getOldDestinationIpBytes()
public ByteString getOldDestinationIpBytes ()
Destination IP address of an original connection
string old_destination_ip = 4;
Returns
Type
Description
ByteString
The bytes for oldDestinationIp.
getOldDestinationPort()
public int getOldDestinationPort ()
Destination port of an original connection. Only valid when protocol is TCP
or UDP.
int32 old_destination_port = 8;
Returns
Type
Description
int
The oldDestinationPort.
getOldSourceIp()
public String getOldSourceIp ()
Source IP address of an original connection.
string old_source_ip = 2;
Returns
Type
Description
String
The oldSourceIp.
getOldSourceIpBytes()
public ByteString getOldSourceIpBytes ()
Source IP address of an original connection.
string old_source_ip = 2;
Returns
Type
Description
ByteString
The bytes for oldSourceIp.
getOldSourcePort()
public int getOldSourcePort ()
Source port of an original connection. Only valid when protocol is TCP or
UDP.
int32 old_source_port = 6;
Returns
Type
Description
int
The oldSourcePort.
getParserForType()
public Parser<ProxyConnectionInfo> getParserForType ()
Overrides
getProtocol()
public String getProtocol ()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string protocol = 1;
Returns
Type
Description
String
The protocol.
getProtocolBytes()
public ByteString getProtocolBytes ()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string protocol = 1;
Returns
Type
Description
ByteString
The bytes for protocol.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSubnetUri()
public String getSubnetUri ()
Uri of proxy subnet.
string subnet_uri = 10;
Returns
Type
Description
String
The subnetUri.
getSubnetUriBytes()
public ByteString getSubnetUriBytes ()
Uri of proxy subnet.
string subnet_uri = 10;
Returns
Type
Description
ByteString
The bytes for subnetUri.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ProxyConnectionInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProxyConnectionInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ProxyConnectionInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]