public interface NetworkConnectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalIpAddress()
Local IP address.
|
com.google.protobuf.ByteString |
getLocalIpAddressBytes()
Local IP address.
|
int |
getLocalPort()
Local port.
|
long |
getPid()
Process ID.
|
String |
getProcessName()
Process or service name.
|
com.google.protobuf.ByteString |
getProcessNameBytes()
Process or service name.
|
String |
getProtocol()
Connection protocol (e.g.
|
com.google.protobuf.ByteString |
getProtocolBytes()
Connection protocol (e.g.
|
String |
getRemoteIpAddress()
Remote IP address.
|
com.google.protobuf.ByteString |
getRemoteIpAddressBytes()
Remote IP address.
|
int |
getRemotePort()
Remote port.
|
NetworkConnection.State |
getState()
Network connection state.
|
int |
getStateValue()
Network connection state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProtocol()
Connection protocol (e.g. TCP/UDP).
string protocol = 1;com.google.protobuf.ByteString getProtocolBytes()
Connection protocol (e.g. TCP/UDP).
string protocol = 1;String getLocalIpAddress()
Local IP address.
string local_ip_address = 2;com.google.protobuf.ByteString getLocalIpAddressBytes()
Local IP address.
string local_ip_address = 2;int getLocalPort()
Local port.
int32 local_port = 3;String getRemoteIpAddress()
Remote IP address.
string remote_ip_address = 4;com.google.protobuf.ByteString getRemoteIpAddressBytes()
Remote IP address.
string remote_ip_address = 4;int getRemotePort()
Remote port.
int32 remote_port = 5;int getStateValue()
Network connection state.
.google.cloud.migrationcenter.v1.NetworkConnection.State state = 6;NetworkConnection.State getState()
Network connection state.
.google.cloud.migrationcenter.v1.NetworkConnection.State state = 6;long getPid()
Process ID.
int64 pid = 7;String getProcessName()
Process or service name.
string process_name = 8;com.google.protobuf.ByteString getProcessNameBytes()
Process or service name.
string process_name = 8;Copyright © 2024 Google LLC. All rights reserved.