public final class PhraseMatchData extends GeneratedMessageV3 implements PhraseMatchDataOrBuilder
The data for a matched phrase matcher.
Represents information identifying a phrase matcher for a given match.
Protobuf type google.cloud.contactcenterinsights.v1.PhraseMatchData
Static Fields
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
public static final int PHRASE_MATCHER_FIELD_NUMBER
Field Value
Static Methods
public static PhraseMatchData getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static PhraseMatchData.Builder newBuilder()
Returns
public static PhraseMatchData.Builder newBuilder(PhraseMatchData prototype)
Parameter
Returns
public static PhraseMatchData parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PhraseMatchData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PhraseMatchData parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static PhraseMatchData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PhraseMatchData parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static PhraseMatchData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PhraseMatchData parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PhraseMatchData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PhraseMatchData parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PhraseMatchData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PhraseMatchData parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static PhraseMatchData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<PhraseMatchData> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public PhraseMatchData getDefaultInstanceForType()
Returns
public String getDisplayName()
The human-readable name of the phrase matcher.
string display_name = 2;
Returns
Type | Description |
String | The displayName.
|
public ByteString getDisplayNameBytes()
The human-readable name of the phrase matcher.
string display_name = 2;
Returns
Type | Description |
ByteString | The bytes for displayName.
|
public Parser<PhraseMatchData> getParserForType()
Returns
Overrides
public String getPhraseMatcher()
The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;
Returns
Type | Description |
String | The phraseMatcher.
|
public ByteString getPhraseMatcherBytes()
The unique identifier (the resource name) of the phrase matcher.
string phrase_matcher = 1;
Returns
Type | Description |
ByteString | The bytes for phraseMatcher.
|
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public PhraseMatchData.Builder newBuilderForType()
Returns
protected PhraseMatchData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public PhraseMatchData.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions