Uses of Class
com.google.cloud.securitycenter.v1.Connection
-
Packages that use Connection Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Connection in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Connection Modifier and Type Method Description Connection
Connection.Builder. build()
Connection
Connection.Builder. buildPartial()
Connection
Finding.Builder. getConnections(int index)
Contains information about the IP connection associated with the finding.Connection
Finding. getConnections(int index)
Contains information about the IP connection associated with the finding.Connection
FindingOrBuilder. getConnections(int index)
Contains information about the IP connection associated with the finding.static Connection
Connection. getDefaultInstance()
Connection
Connection.Builder. getDefaultInstanceForType()
Connection
Connection. getDefaultInstanceForType()
static Connection
Connection. parseDelimitedFrom(InputStream input)
static Connection
Connection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(byte[] data)
static Connection
Connection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(com.google.protobuf.ByteString data)
static Connection
Connection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(com.google.protobuf.CodedInputStream input)
static Connection
Connection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(InputStream input)
static Connection
Connection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(ByteBuffer data)
static Connection
Connection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Connection Modifier and Type Method Description List<Connection>
Finding.Builder. getConnectionsList()
Contains information about the IP connection associated with the finding.List<Connection>
Finding. getConnectionsList()
Contains information about the IP connection associated with the finding.List<Connection>
FindingOrBuilder. getConnectionsList()
Contains information about the IP connection associated with the finding.com.google.protobuf.Parser<Connection>
Connection. getParserForType()
static com.google.protobuf.Parser<Connection>
Connection. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Connection Modifier and Type Method Description Finding.Builder
Finding.Builder. addConnections(int index, Connection value)
Contains information about the IP connection associated with the finding.Finding.Builder
Finding.Builder. addConnections(Connection value)
Contains information about the IP connection associated with the finding.Connection.Builder
Connection.Builder. mergeFrom(Connection other)
static Connection.Builder
Connection. newBuilder(Connection prototype)
Finding.Builder
Finding.Builder. setConnections(int index, Connection value)
Contains information about the IP connection associated with the finding.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type Connection Modifier and Type Method Description Finding.Builder
Finding.Builder. addAllConnections(Iterable<? extends Connection> values)
Contains information about the IP connection associated with the finding.
-