Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1 |
A client to Web Security Scanner API
|
Modifier and Type | Method and Description |
---|---|
static Xss.AttackVector |
Xss.AttackVector.forNumber(int value) |
Xss.AttackVector |
Xss.getAttackVector()
The attack vector of the payload triggering this XSS.
|
Xss.AttackVector |
Xss.Builder.getAttackVector()
The attack vector of the payload triggering this XSS.
|
Xss.AttackVector |
XssOrBuilder.getAttackVector()
The attack vector of the payload triggering this XSS.
|
static Xss.AttackVector |
Xss.AttackVector.valueOf(Descriptors.EnumValueDescriptor desc) |
static Xss.AttackVector |
Xss.AttackVector.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Xss.AttackVector |
Xss.AttackVector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xss.AttackVector[] |
Xss.AttackVector.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<Xss.AttackVector> |
Xss.AttackVector.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Xss.Builder |
Xss.Builder.setAttackVector(Xss.AttackVector value)
The attack vector of the payload triggering this XSS.
|
Copyright © 2022 Google LLC. All rights reserved.