public static final class Form.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder> implements FormOrBuilder
! Information about a vulnerability with an HTML.Protobuf type
google.cloud.websecurityscanner.v1beta.Form| Modifier and Type | Method and Description |
|---|---|
Form.Builder |
addAllFields(Iterable<String> values)
! The names of form fields related to the vulnerability.
|
Form.Builder |
addFields(String value)
! The names of form fields related to the vulnerability.
|
Form.Builder |
addFieldsBytes(com.google.protobuf.ByteString value)
! The names of form fields related to the vulnerability.
|
Form.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Form |
build() |
Form |
buildPartial() |
Form.Builder |
clear() |
Form.Builder |
clearActionUri()
! The URI where to send the form when it's submitted.
|
Form.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Form.Builder |
clearFields()
! The names of form fields related to the vulnerability.
|
Form.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Form.Builder |
clone() |
String |
getActionUri()
! The URI where to send the form when it's submitted.
|
com.google.protobuf.ByteString |
getActionUriBytes()
! The URI where to send the form when it's submitted.
|
Form |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFields(int index)
! The names of form fields related to the vulnerability.
|
com.google.protobuf.ByteString |
getFieldsBytes(int index)
! The names of form fields related to the vulnerability.
|
int |
getFieldsCount()
! The names of form fields related to the vulnerability.
|
com.google.protobuf.ProtocolStringList |
getFieldsList()
! The names of form fields related to the vulnerability.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Form.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Form.Builder |
mergeFrom(Form other) |
Form.Builder |
mergeFrom(com.google.protobuf.Message other) |
Form.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Form.Builder |
setActionUri(String value)
! The URI where to send the form when it's submitted.
|
Form.Builder |
setActionUriBytes(com.google.protobuf.ByteString value)
! The URI where to send the form when it's submitted.
|
Form.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Form.Builder |
setFields(int index,
String value)
! The names of form fields related to the vulnerability.
|
Form.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Form.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Form build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Form buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Form.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Form.Builder>public Form.Builder mergeFrom(Form other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public Form.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Form.Builder>IOExceptionpublic String getActionUri()
! The URI where to send the form when it's submitted.
string action_uri = 1;getActionUri in interface FormOrBuilderpublic com.google.protobuf.ByteString getActionUriBytes()
! The URI where to send the form when it's submitted.
string action_uri = 1;getActionUriBytes in interface FormOrBuilderpublic Form.Builder setActionUri(String value)
! The URI where to send the form when it's submitted.
string action_uri = 1;public Form.Builder clearActionUri()
! The URI where to send the form when it's submitted.
string action_uri = 1;public Form.Builder setActionUriBytes(com.google.protobuf.ByteString value)
! The URI where to send the form when it's submitted.
string action_uri = 1;public com.google.protobuf.ProtocolStringList getFieldsList()
! The names of form fields related to the vulnerability.
repeated string fields = 2;getFieldsList in interface FormOrBuilderpublic int getFieldsCount()
! The names of form fields related to the vulnerability.
repeated string fields = 2;getFieldsCount in interface FormOrBuilderpublic String getFields(int index)
! The names of form fields related to the vulnerability.
repeated string fields = 2;getFields in interface FormOrBuilderpublic com.google.protobuf.ByteString getFieldsBytes(int index)
! The names of form fields related to the vulnerability.
repeated string fields = 2;getFieldsBytes in interface FormOrBuilderpublic Form.Builder setFields(int index, String value)
! The names of form fields related to the vulnerability.
repeated string fields = 2;public Form.Builder addFields(String value)
! The names of form fields related to the vulnerability.
repeated string fields = 2;public Form.Builder addAllFields(Iterable<String> values)
! The names of form fields related to the vulnerability.
repeated string fields = 2;public Form.Builder clearFields()
! The names of form fields related to the vulnerability.
repeated string fields = 2;public Form.Builder addFieldsBytes(com.google.protobuf.ByteString value)
! The names of form fields related to the vulnerability.
repeated string fields = 2;public final Form.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>public final Form.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Form.Builder>Copyright © 2019 Google LLC. All rights reserved.