public static final class Form.Builder extends GeneratedMessageV3.Builder<Form.Builder> implements FormOrBuilder! Information about a vulnerability with an HTML.
Protobuf type google.cloud.websecurityscanner.v1.Form
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Form.BuilderImplements
FormOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllFields(Iterable<String> values)
public Form.Builder addAllFields(Iterable<String> values)! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Name | Description |
| values | Iterable<String>The fields to add. |
| Type | Description |
| Form.Builder | This builder for chaining. |
addFields(String value)
public Form.Builder addFields(String value)! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Name | Description |
| value | StringThe fields to add. |
| Type | Description |
| Form.Builder | This builder for chaining. |
addFieldsBytes(ByteString value)
public Form.Builder addFieldsBytes(ByteString value)! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Name | Description |
| value | ByteStringThe bytes of the fields to add. |
| Type | Description |
| Form.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Form.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Form.Builder |
build()
public Form build()| Type | Description |
| Form |
buildPartial()
public Form buildPartial()| Type | Description |
| Form |
clear()
public Form.Builder clear()| Type | Description |
| Form.Builder |
clearActionUri()
public Form.Builder clearActionUri()! The URI where to send the form when it's submitted.
string action_uri = 1;
| Type | Description |
| Form.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Form.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Form.Builder |
clearFields()
public Form.Builder clearFields()! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Type | Description |
| Form.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Form.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Form.Builder |
clone()
public Form.Builder clone()| Type | Description |
| Form.Builder |
getActionUri()
public String getActionUri()! The URI where to send the form when it's submitted.
string action_uri = 1;
| Type | Description |
| String | The actionUri. |
getActionUriBytes()
public ByteString getActionUriBytes()! The URI where to send the form when it's submitted.
string action_uri = 1;
| Type | Description |
| ByteString | The bytes for actionUri. |
getDefaultInstanceForType()
public Form getDefaultInstanceForType()| Type | Description |
| Form |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFields(int index)
public String getFields(int index)! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The fields at the given index. |
getFieldsBytes(int index)
public ByteString getFieldsBytes(int index)! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the fields at the given index. |
getFieldsCount()
public int getFieldsCount()! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Type | Description |
| int | The count of fields. |
getFieldsList()
public ProtocolStringList getFieldsList()! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Type | Description |
| ProtocolStringList | A list containing the fields. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Form other)
public Form.Builder mergeFrom(Form other)| Name | Description |
| other | Form |
| Type | Description |
| Form.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Form.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Form.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Form.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Form.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Form.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Form.Builder |
setActionUri(String value)
public Form.Builder setActionUri(String value)! The URI where to send the form when it's submitted.
string action_uri = 1;
| Name | Description |
| value | StringThe actionUri to set. |
| Type | Description |
| Form.Builder | This builder for chaining. |
setActionUriBytes(ByteString value)
public Form.Builder setActionUriBytes(ByteString value)! The URI where to send the form when it's submitted.
string action_uri = 1;
| Name | Description |
| value | ByteStringThe bytes for actionUri to set. |
| Type | Description |
| Form.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Form.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Form.Builder |
setFields(int index, String value)
public Form.Builder setFields(int index, String value)! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe fields to set. |
| Type | Description |
| Form.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Form.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Form.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Form.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Form.Builder |