public interface ConnectionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDestinationIp()
Destination IP address.
|
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.
|
ByteString |
getSourceIpBytes()
Source IP address.
|
int |
getSourcePort()
Source port.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getDestinationIp()
Destination IP address. Not present for sockets that are listening and not connected.
string destination_ip = 1;
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;
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 © 2022 Google LLC. All rights reserved.