| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.Builder.build() |
Connection |
Connection.Builder.buildPartial() |
Connection |
FindingOrBuilder.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 |
Finding.Builder.getConnections(int index)
Contains information about the IP connection associated with the finding.
|
static Connection |
Connection.getDefaultInstance() |
Connection |
Connection.getDefaultInstanceForType() |
Connection |
Connection.Builder.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(ByteBuffer data) |
static Connection |
Connection.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
FindingOrBuilder.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> |
Finding.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.addConnections(Connection value)
Contains information about the IP connection associated with the finding.
|
Finding.Builder |
Finding.Builder.addConnections(int index,
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.
|
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.addAllConnections(Iterable<? extends Connection> values)
Contains information about the IP connection associated with the finding.
|
Copyright © 2023 Google LLC. All rights reserved.