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.AttackVectorXss.AttackVector. forNumber(int value)Xss.AttackVectorXss.Builder. getAttackVector()The attack vector of the payload triggering this XSS.Xss.AttackVectorXss. getAttackVector()The attack vector of the payload triggering this XSS.Xss.AttackVectorXssOrBuilder. getAttackVector()The attack vector of the payload triggering this XSS.static Xss.AttackVectorXss.AttackVector. valueOf(int value)Deprecated.static Xss.AttackVectorXss.AttackVector. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Xss.AttackVectorXss.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.BuilderXss.Builder. setAttackVector(Xss.AttackVector value)The attack vector of the payload triggering this XSS.
-