Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
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,
ExtensionRegistryLite extensionRegistry) |
static Connection |
Connection.parseFrom(byte[] data) |
static Connection |
Connection.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Connection |
Connection.parseFrom(ByteBuffer data) |
static Connection |
Connection.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Connection |
Connection.parseFrom(ByteString data) |
static Connection |
Connection.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Connection |
Connection.parseFrom(CodedInputStream input) |
static Connection |
Connection.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Connection |
Connection.parseFrom(InputStream input) |
static Connection |
Connection.parseFrom(InputStream input,
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.
|
Parser<Connection> |
Connection.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.