Package | Description |
---|---|
com.google.cloud.securitycenter.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Finding.Severity |
Finding.Severity.forNumber(int value) |
Finding.Severity |
FindingOrBuilder.getSeverity()
The severity of the finding.
|
Finding.Severity |
Finding.getSeverity()
The severity of the finding.
|
Finding.Severity |
Finding.Builder.getSeverity()
The severity of the finding.
|
static Finding.Severity |
Finding.Severity.valueOf(Descriptors.EnumValueDescriptor desc) |
static Finding.Severity |
Finding.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Finding.Severity |
Finding.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Finding.Severity[] |
Finding.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Finding.Severity> |
Finding.Severity.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Finding.Builder |
Finding.Builder.setSeverity(Finding.Severity value)
The severity of the finding.
|
Copyright © 2022 Google LLC. All rights reserved.