- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.4
- 2.1.1
- 2.0.15
public static final class Xss.Builder extends GeneratedMessageV3.Builder<Xss.Builder> implements XssOrBuilder
Information reported for an XSS.
Protobuf type google.cloud.websecurityscanner.v1beta.Xss
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Xss.BuilderImplements
XssOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllStackTraces(Iterable<String> values)
public Xss.Builder addAllStackTraces(Iterable<String> values)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Name | Description |
values | Iterable<String> The stackTraces to add. |
Type | Description |
Xss.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Xss.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Xss.Builder |
addStackTraces(String value)
public Xss.Builder addStackTraces(String value)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Name | Description |
value | String The stackTraces to add. |
Type | Description |
Xss.Builder | This builder for chaining. |
addStackTracesBytes(ByteString value)
public Xss.Builder addStackTracesBytes(ByteString value)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Name | Description |
value | ByteString The bytes of the stackTraces to add. |
Type | Description |
Xss.Builder | This builder for chaining. |
build()
public Xss build()
Type | Description |
Xss |
buildPartial()
public Xss buildPartial()
Type | Description |
Xss |
clear()
public Xss.Builder clear()
Type | Description |
Xss.Builder |
clearErrorMessage()
public Xss.Builder clearErrorMessage()
An error message generated by a javascript breakage.
string error_message = 2;
Type | Description |
Xss.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Xss.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Xss.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Xss.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Xss.Builder |
clearStackTraces()
public Xss.Builder clearStackTraces()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Type | Description |
Xss.Builder | This builder for chaining. |
clone()
public Xss.Builder clone()
Type | Description |
Xss.Builder |
getDefaultInstanceForType()
public Xss getDefaultInstanceForType()
Type | Description |
Xss |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getErrorMessage()
public String getErrorMessage()
An error message generated by a javascript breakage.
string error_message = 2;
Type | Description |
String | The errorMessage. |
getErrorMessageBytes()
public ByteString getErrorMessageBytes()
An error message generated by a javascript breakage.
string error_message = 2;
Type | Description |
ByteString | The bytes for errorMessage. |
getStackTraces(int index)
public String getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The stackTraces at the given index. |
getStackTracesBytes(int index)
public ByteString getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the stackTraces at the given index. |
getStackTracesCount()
public int getStackTracesCount()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Type | Description |
int | The count of stackTraces. |
getStackTracesList()
public ProtocolStringList getStackTracesList()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Type | Description |
ProtocolStringList | A list containing the stackTraces. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Xss other)
public Xss.Builder mergeFrom(Xss other)
Name | Description |
other | Xss |
Type | Description |
Xss.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Xss.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Xss.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Xss.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Xss.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Xss.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Xss.Builder |
setErrorMessage(String value)
public Xss.Builder setErrorMessage(String value)
An error message generated by a javascript breakage.
string error_message = 2;
Name | Description |
value | String The errorMessage to set. |
Type | Description |
Xss.Builder | This builder for chaining. |
setErrorMessageBytes(ByteString value)
public Xss.Builder setErrorMessageBytes(ByteString value)
An error message generated by a javascript breakage.
string error_message = 2;
Name | Description |
value | ByteString The bytes for errorMessage to set. |
Type | Description |
Xss.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Xss.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Xss.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Xss.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Xss.Builder |
setStackTraces(int index, String value)
public Xss.Builder setStackTraces(int index, String value)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Name | Description |
index | int The index to set the value at. |
value | String The stackTraces to set. |
Type | Description |
Xss.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Xss.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Xss.Builder |