Interface PhraseMatchDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhraseMatchData,PhraseMatchData.Builder
public interface PhraseMatchDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()The human-readable name of the phrase matcher.com.google.protobuf.ByteStringgetDisplayNameBytes()The human-readable name of the phrase matcher.StringgetPhraseMatcher()The unique identifier (the resource name) of the phrase matcher.com.google.protobuf.ByteStringgetPhraseMatcherBytes()The unique identifier (the resource name) of the phrase matcher.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPhraseMatcher
String getPhraseMatcher()
The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;- Returns:
- The phraseMatcher.
-
getPhraseMatcherBytes
com.google.protobuf.ByteString getPhraseMatcherBytes()
The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;- Returns:
- The bytes for phraseMatcher.
-
getDisplayName
String getDisplayName()
The human-readable name of the phrase matcher.
string display_name = 2;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The human-readable name of the phrase matcher.
string display_name = 2;- Returns:
- The bytes for displayName.
-
-