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 ConnectionConnection.Builder. build()ConnectionConnection.Builder. buildPartial()ConnectionFinding.Builder. getConnections(int index)Contains information about the IP connection associated with the finding.ConnectionFinding. getConnections(int index)Contains information about the IP connection associated with the finding.ConnectionFindingOrBuilder. getConnections(int index)Contains information about the IP connection associated with the finding.static ConnectionConnection. getDefaultInstance()ConnectionConnection.Builder. getDefaultInstanceForType()ConnectionConnection. getDefaultInstanceForType()static ConnectionConnection. parseDelimitedFrom(InputStream input)static ConnectionConnection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(byte[] data)static ConnectionConnection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(com.google.protobuf.ByteString data)static ConnectionConnection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(com.google.protobuf.CodedInputStream input)static ConnectionConnection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(InputStream input)static ConnectionConnection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConnectionConnection. parseFrom(ByteBuffer data)static ConnectionConnection. 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.BuilderFinding.Builder. addConnections(int index, Connection value)Contains information about the IP connection associated with the finding.Finding.BuilderFinding.Builder. addConnections(Connection value)Contains information about the IP connection associated with the finding.Connection.BuilderConnection.Builder. mergeFrom(Connection other)static Connection.BuilderConnection. newBuilder(Connection prototype)Finding.BuilderFinding.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.BuilderFinding.Builder. addAllConnections(Iterable<? extends Connection> values)Contains information about the IP connection associated with the finding.
-