public interface PhraseMatchDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()The human-readable name of the phrase matcher.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The human-readable name of the phrase matcher.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The phraseMatcher. |
getPhraseMatcherBytes()
public abstract ByteString getPhraseMatcherBytes()The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phraseMatcher. |