Interface SpeechAdaptation.ABNFGrammarOrBuilder (4.36.0)

public static interface SpeechAdaptation.ABNFGrammarOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAbnfStrings(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The abnfStrings at the given index.

getAbnfStringsBytes(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the abnfStrings at the given index.

getAbnfStringsCount()

public abstract 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;

Returns
TypeDescription
int

The count of abnfStrings.

getAbnfStringsList()

public abstract List<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;

Returns
TypeDescription
List<String>

A list containing the abnfStrings.