public interface FormOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getActionUri()
! The URI where to send the form when it's submitted.
|
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.
|
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, hasOneof
isInitialized
String getActionUri()
! The URI where to send the form when it's submitted.
string action_uri = 1;
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;
index
- The index of the element to return.ByteString getFieldsBytes(int index)
! The names of form fields related to the vulnerability.
repeated string fields = 2;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.