public static interface Synthesizer.SynthesizeResponseItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getForms(int index)
repeated string forms = 1; |
com.google.protobuf.ByteString |
getFormsBytes(int index)
repeated string forms = 1; |
int |
getFormsCount()
repeated string forms = 1; |
List<String> |
getFormsList()
repeated string forms = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getFormsList()
repeated string forms = 1;
int getFormsCount()
repeated string forms = 1;
String getForms(int index)
repeated string forms = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getFormsBytes(int index)
repeated string forms = 1;
index
- The index of the value to return.