Uses of Class
com.google.cloud.websecurityscanner.v1beta.Xss
-
Packages that use Xss Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner API -
-
Uses of Xss in com.google.cloud.websecurityscanner.v1beta
Methods in com.google.cloud.websecurityscanner.v1beta that return Xss Modifier and Type Method Description Xss
Xss.Builder. build()
Xss
Xss.Builder. buildPartial()
static Xss
Xss. getDefaultInstance()
Xss
Xss.Builder. getDefaultInstanceForType()
Xss
Xss. getDefaultInstanceForType()
Xss
Finding.Builder. getXss()
An addon containing information reported for an XSS, if any.Xss
Finding. getXss()
An addon containing information reported for an XSS, if any.Xss
FindingOrBuilder. getXss()
An addon containing information reported for an XSS, if any.static Xss
Xss. parseDelimitedFrom(InputStream input)
static Xss
Xss. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Xss
Xss. parseFrom(byte[] data)
static Xss
Xss. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Xss
Xss. parseFrom(com.google.protobuf.ByteString data)
static Xss
Xss. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Xss
Xss. parseFrom(com.google.protobuf.CodedInputStream input)
static Xss
Xss. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Xss
Xss. parseFrom(InputStream input)
static Xss
Xss. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Xss
Xss. parseFrom(ByteBuffer data)
static Xss
Xss. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.websecurityscanner.v1beta that return types with arguments of type Xss Modifier and Type Method Description com.google.protobuf.Parser<Xss>
Xss. getParserForType()
static com.google.protobuf.Parser<Xss>
Xss. parser()
Methods in com.google.cloud.websecurityscanner.v1beta with parameters of type Xss Modifier and Type Method Description Xss.Builder
Xss.Builder. mergeFrom(Xss other)
Finding.Builder
Finding.Builder. mergeXss(Xss value)
An addon containing information reported for an XSS, if any.static Xss.Builder
Xss. newBuilder(Xss prototype)
Finding.Builder
Finding.Builder. setXss(Xss value)
An addon containing information reported for an XSS, if any.
-