| Modifier and Type | Method and Description |
|---|---|
SecurityPosture |
SecurityPosture.Builder.build() |
SecurityPosture |
SecurityPosture.Builder.buildPartial() |
static SecurityPosture |
SecurityPosture.getDefaultInstance() |
SecurityPosture |
SecurityPosture.getDefaultInstanceForType() |
SecurityPosture |
SecurityPosture.Builder.getDefaultInstanceForType() |
SecurityPosture |
FindingOrBuilder.getSecurityPosture()
The security posture associated with the finding.
|
SecurityPosture |
Finding.getSecurityPosture()
The security posture associated with the finding.
|
SecurityPosture |
Finding.Builder.getSecurityPosture()
The security posture associated with the finding.
|
static SecurityPosture |
SecurityPosture.parseDelimitedFrom(InputStream input) |
static SecurityPosture |
SecurityPosture.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityPosture |
SecurityPosture.parseFrom(byte[] data) |
static SecurityPosture |
SecurityPosture.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityPosture |
SecurityPosture.parseFrom(ByteBuffer data) |
static SecurityPosture |
SecurityPosture.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityPosture |
SecurityPosture.parseFrom(com.google.protobuf.ByteString data) |
static SecurityPosture |
SecurityPosture.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityPosture |
SecurityPosture.parseFrom(com.google.protobuf.CodedInputStream input) |
static SecurityPosture |
SecurityPosture.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityPosture |
SecurityPosture.parseFrom(InputStream input) |
static SecurityPosture |
SecurityPosture.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SecurityPosture> |
SecurityPosture.getParserForType() |
static com.google.protobuf.Parser<SecurityPosture> |
SecurityPosture.parser() |
| Modifier and Type | Method and Description |
|---|---|
SecurityPosture.Builder |
SecurityPosture.Builder.mergeFrom(SecurityPosture other) |
Finding.Builder |
Finding.Builder.mergeSecurityPosture(SecurityPosture value)
The security posture associated with the finding.
|
static SecurityPosture.Builder |
SecurityPosture.newBuilder(SecurityPosture prototype) |
Finding.Builder |
Finding.Builder.setSecurityPosture(SecurityPosture value)
The security posture associated with the finding.
|
Copyright © 2024 Google LLC. All rights reserved.