public interface PhraseMatchDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The human-readable name of the phrase matcher.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The human-readable name of the phrase matcher.
|
String |
getPhraseMatcher()
The unique identifier (the resource name) of the phrase matcher.
|
com.google.protobuf.ByteString |
getPhraseMatcherBytes()
The unique identifier (the resource name) of the phrase matcher.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPhraseMatcher()
The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;com.google.protobuf.ByteString getPhraseMatcherBytes()
The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;String getDisplayName()
The human-readable name of the phrase matcher.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The human-readable name of the phrase matcher.
string display_name = 2;Copyright © 2023 Google LLC. All rights reserved.