public interface ConnectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationIp()
Destination IP address.
|
com.google.protobuf.ByteString |
getDestinationIpBytes()
Destination IP address.
|
int |
getDestinationPort()
Destination port.
|
Connection.Protocol |
getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
int |
getProtocolValue()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
String |
getSourceIp()
Source IP address.
|
com.google.protobuf.ByteString |
getSourceIpBytes()
Source IP address.
|
int |
getSourcePort()
Source port.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDestinationIp()
Destination IP address. Not present for sockets that are listening and not connected.
string destination_ip = 1;com.google.protobuf.ByteString getDestinationIpBytes()
Destination IP address. Not present for sockets that are listening and not connected.
string destination_ip = 1;int getDestinationPort()
Destination port. Not present for sockets that are listening and not connected.
int32 destination_port = 2;String getSourceIp()
Source IP address.
string source_ip = 3;com.google.protobuf.ByteString getSourceIpBytes()
Source IP address.
string source_ip = 3;int getSourcePort()
Source port.
int32 source_port = 4;int getProtocolValue()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
.google.cloud.securitycenter.v1.Connection.Protocol protocol = 5;Connection.Protocol getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
.google.cloud.securitycenter.v1.Connection.Protocol protocol = 5;Copyright © 2024 Google LLC. All rights reserved.