Package org.languagetool.grpc
Interface Synthesizer.SynthesizeResponseItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synthesizer.SynthesizeResponseItem,Synthesizer.SynthesizeResponseItem.Builder
- Enclosing class:
Synthesizer
public static interface Synthesizer.SynthesizeResponseItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetForms(int index) repeated string forms = 1;com.google.protobuf.ByteStringgetFormsBytes(int index) repeated string forms = 1;intrepeated string forms = 1;repeated string forms = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFormsList
repeated string forms = 1;- Returns:
- A list containing the forms.
-
getFormsCount
int getFormsCount()repeated string forms = 1;- Returns:
- The count of forms.
-
getForms
repeated string forms = 1;- Parameters:
index- The index of the element to return.- Returns:
- The forms at the given index.
-
getFormsBytes
com.google.protobuf.ByteString getFormsBytes(int index) repeated string forms = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the forms at the given index.
-