Interface PhraseMatchDataOrBuilder (2.29.0)

public interface PhraseMatchDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The human-readable name of the phrase matcher.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The human-readable name of the phrase matcher.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getPhraseMatcher()

public abstract String getPhraseMatcher()

The unique identifier (the resource name) of the phrase matcher.

string phrase_matcher = 1;

Returns
TypeDescription
String

The phraseMatcher.

getPhraseMatcherBytes()

public abstract ByteString getPhraseMatcherBytes()

The unique identifier (the resource name) of the phrase matcher.

string phrase_matcher = 1;

Returns
TypeDescription
ByteString

The bytes for phraseMatcher.