Uses of Class
com.google.cloud.websecurityscanner.v1.Xss.AttackVector
-
Packages that use Xss.AttackVector Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner API -
-
Uses of Xss.AttackVector in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return Xss.AttackVector Modifier and Type Method Description static Xss.AttackVector
Xss.AttackVector. forNumber(int value)
Xss.AttackVector
Xss.Builder. getAttackVector()
The attack vector of the payload triggering this XSS.Xss.AttackVector
Xss. 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(int value)
Deprecated.static Xss.AttackVector
Xss.AttackVector. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type Xss.AttackVector Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Xss.AttackVector>
Xss.AttackVector. internalGetValueMap()
Methods in com.google.cloud.websecurityscanner.v1 with parameters of type Xss.AttackVector Modifier and Type Method Description Xss.Builder
Xss.Builder. setAttackVector(Xss.AttackVector value)
The attack vector of the payload triggering this XSS.
-