- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 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 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 |