public static interface SpeechAdaptation.ABNFGrammarOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAbnfStrings(int index)
All declarations and rules of an ABNF grammar broken up into multiple
strings that will end up concatenated.
|
com.google.protobuf.ByteString |
getAbnfStringsBytes(int index)
All declarations and rules of an ABNF grammar broken up into multiple
strings that will end up concatenated.
|
int |
getAbnfStringsCount()
All declarations and rules of an ABNF grammar broken up into multiple
strings that will end up concatenated.
|
List<String> |
getAbnfStringsList()
All declarations and rules of an ABNF grammar broken up into multiple
strings that will end up concatenated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAbnfStringsList()
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
repeated string abnf_strings = 1;int getAbnfStringsCount()
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
repeated string abnf_strings = 1;String getAbnfStrings(int index)
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
repeated string abnf_strings = 1;index - The index of the element to return.com.google.protobuf.ByteString getAbnfStringsBytes(int index)
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
repeated string abnf_strings = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.