Uses of Interface
com.google.cloud.securitycenter.v1.ConnectionOrBuilder
-
Packages that use ConnectionOrBuilder Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ConnectionOrBuilder in com.google.cloud.securitycenter.v1
Classes in com.google.cloud.securitycenter.v1 that implement ConnectionOrBuilder Modifier and Type Class Description class
Connection
Contains information about the IP connection associated with the finding.static class
Connection.Builder
Contains information about the IP connection associated with the finding.Methods in com.google.cloud.securitycenter.v1 that return ConnectionOrBuilder Modifier and Type Method Description ConnectionOrBuilder
Finding.Builder. getConnectionsOrBuilder(int index)
Contains information about the IP connection associated with the finding.ConnectionOrBuilder
Finding. getConnectionsOrBuilder(int index)
Contains information about the IP connection associated with the finding.ConnectionOrBuilder
FindingOrBuilder. getConnectionsOrBuilder(int index)
Contains information about the IP connection associated with the finding.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ConnectionOrBuilder Modifier and Type Method Description List<? extends ConnectionOrBuilder>
Finding.Builder. getConnectionsOrBuilderList()
Contains information about the IP connection associated with the finding.List<? extends ConnectionOrBuilder>
Finding. getConnectionsOrBuilderList()
Contains information about the IP connection associated with the finding.List<? extends ConnectionOrBuilder>
FindingOrBuilder. getConnectionsOrBuilderList()
Contains information about the IP connection associated with the finding.
-