Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static Cvssv3.Scope |
Cvssv3.Scope.forNumber(int value) |
Cvssv3.Scope |
Cvssv3.getScope()
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
Cvssv3.Scope |
Cvssv3.Builder.getScope()
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
Cvssv3.Scope |
Cvssv3OrBuilder.getScope()
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
static Cvssv3.Scope |
Cvssv3.Scope.valueOf(Descriptors.EnumValueDescriptor desc) |
static Cvssv3.Scope |
Cvssv3.Scope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cvssv3.Scope |
Cvssv3.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cvssv3.Scope[] |
Cvssv3.Scope.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<Cvssv3.Scope> |
Cvssv3.Scope.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Cvssv3.Builder |
Cvssv3.Builder.setScope(Cvssv3.Scope value)
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
Copyright © 2022 Google LLC. All rights reserved.