public interface FormOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
List<String> |
getFieldsList()
! The names of form fields related to the vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getActionUri()
! The URI where to send the form when it's submitted.
string action_uri = 1;com.google.protobuf.ByteString getActionUriBytes()
! The URI where to send the form when it's submitted.
string action_uri = 1;List<String> getFieldsList()
! The names of form fields related to the vulnerability.
repeated string fields = 2;int getFieldsCount()
! The names of form fields related to the vulnerability.
repeated string fields = 2;String getFields(int index)
! The names of form fields related to the vulnerability.
repeated string fields = 2;com.google.protobuf.ByteString getFieldsBytes(int index)
! The names of form fields related to the vulnerability.
repeated string fields = 2;Copyright © 2019 Google LLC. All rights reserved.