public final class NetworkConnection extends com.google.protobuf.GeneratedMessageV3 implements NetworkConnectionOrBuilder
google.cloud.migrationcenter.v1.NetworkConnection| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConnection.Builder
Protobuf type
google.cloud.migrationcenter.v1.NetworkConnection |
static class |
NetworkConnection.State
Network connection state.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
LOCAL_IP_ADDRESS_FIELD_NUMBER |
static int |
LOCAL_PORT_FIELD_NUMBER |
static int |
PID_FIELD_NUMBER |
static int |
PROCESS_NAME_FIELD_NUMBER |
static int |
PROTOCOL_FIELD_NUMBER |
static int |
REMOTE_IP_ADDRESS_FIELD_NUMBER |
static int |
REMOTE_PORT_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static NetworkConnection |
getDefaultInstance() |
NetworkConnection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLocalIpAddress()
Local IP address.
|
com.google.protobuf.ByteString |
getLocalIpAddressBytes()
Local IP address.
|
int |
getLocalPort()
Local port.
|
com.google.protobuf.Parser<NetworkConnection> |
getParserForType() |
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.
|
int |
getSerializedSize() |
NetworkConnection.State |
getState()
Network connection state.
|
int |
getStateValue()
Network connection state.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NetworkConnection.Builder |
newBuilder() |
static NetworkConnection.Builder |
newBuilder(NetworkConnection prototype) |
NetworkConnection.Builder |
newBuilderForType() |
protected NetworkConnection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NetworkConnection |
parseDelimitedFrom(InputStream input) |
static NetworkConnection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConnection |
parseFrom(byte[] data) |
static NetworkConnection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConnection |
parseFrom(ByteBuffer data) |
static NetworkConnection |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConnection |
parseFrom(com.google.protobuf.ByteString data) |
static NetworkConnection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConnection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NetworkConnection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConnection |
parseFrom(InputStream input) |
static NetworkConnection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NetworkConnection> |
parser() |
NetworkConnection.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROTOCOL_FIELD_NUMBER
public static final int LOCAL_IP_ADDRESS_FIELD_NUMBER
public static final int LOCAL_PORT_FIELD_NUMBER
public static final int REMOTE_IP_ADDRESS_FIELD_NUMBER
public static final int REMOTE_PORT_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int PID_FIELD_NUMBER
public static final int PROCESS_NAME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getProtocol()
Connection protocol (e.g. TCP/UDP).
string protocol = 1;getProtocol in interface NetworkConnectionOrBuilderpublic com.google.protobuf.ByteString getProtocolBytes()
Connection protocol (e.g. TCP/UDP).
string protocol = 1;getProtocolBytes in interface NetworkConnectionOrBuilderpublic String getLocalIpAddress()
Local IP address.
string local_ip_address = 2;getLocalIpAddress in interface NetworkConnectionOrBuilderpublic com.google.protobuf.ByteString getLocalIpAddressBytes()
Local IP address.
string local_ip_address = 2;getLocalIpAddressBytes in interface NetworkConnectionOrBuilderpublic int getLocalPort()
Local port.
int32 local_port = 3;getLocalPort in interface NetworkConnectionOrBuilderpublic String getRemoteIpAddress()
Remote IP address.
string remote_ip_address = 4;getRemoteIpAddress in interface NetworkConnectionOrBuilderpublic com.google.protobuf.ByteString getRemoteIpAddressBytes()
Remote IP address.
string remote_ip_address = 4;getRemoteIpAddressBytes in interface NetworkConnectionOrBuilderpublic int getRemotePort()
Remote port.
int32 remote_port = 5;getRemotePort in interface NetworkConnectionOrBuilderpublic int getStateValue()
Network connection state.
.google.cloud.migrationcenter.v1.NetworkConnection.State state = 6;getStateValue in interface NetworkConnectionOrBuilderpublic NetworkConnection.State getState()
Network connection state.
.google.cloud.migrationcenter.v1.NetworkConnection.State state = 6;getState in interface NetworkConnectionOrBuilderpublic long getPid()
Process ID.
int64 pid = 7;getPid in interface NetworkConnectionOrBuilderpublic String getProcessName()
Process or service name.
string process_name = 8;getProcessName in interface NetworkConnectionOrBuilderpublic com.google.protobuf.ByteString getProcessNameBytes()
Process or service name.
string process_name = 8;getProcessNameBytes in interface NetworkConnectionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NetworkConnection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConnection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConnection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConnection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConnection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConnection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConnection parseFrom(InputStream input) throws IOException
IOExceptionpublic static NetworkConnection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NetworkConnection parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NetworkConnection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NetworkConnection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NetworkConnection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NetworkConnection.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NetworkConnection.Builder newBuilder()
public static NetworkConnection.Builder newBuilder(NetworkConnection prototype)
public NetworkConnection.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NetworkConnection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NetworkConnection getDefaultInstance()
public static com.google.protobuf.Parser<NetworkConnection> parser()
public com.google.protobuf.Parser<NetworkConnection> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NetworkConnection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.