Class PhraseMatchData (2.41.0)

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

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PHRASE_MATCHER_FIELD_NUMBER

public static final int PHRASE_MATCHER_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PhraseMatchData getDefaultInstance()
Returns
TypeDescription
PhraseMatchData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PhraseMatchData.Builder newBuilder()
Returns
TypeDescription
PhraseMatchData.Builder

newBuilder(PhraseMatchData prototype)

public static PhraseMatchData.Builder newBuilder(PhraseMatchData prototype)
Parameter
NameDescription
prototypePhraseMatchData
Returns
TypeDescription
PhraseMatchData.Builder

parseDelimitedFrom(InputStream input)

public static PhraseMatchData parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PhraseMatchData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PhraseMatchData parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PhraseMatchData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PhraseMatchData parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PhraseMatchData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PhraseMatchData parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PhraseMatchData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static PhraseMatchData parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PhraseMatchData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static PhraseMatchData parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PhraseMatchData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseMatchData
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PhraseMatchData> parser()
Returns
TypeDescription
Parser<PhraseMatchData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public PhraseMatchData getDefaultInstanceForType()
Returns
TypeDescription
PhraseMatchData

getDisplayName()

public String getDisplayName()

The human-readable name of the phrase matcher.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The human-readable name of the phrase matcher.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getParserForType()

public Parser<PhraseMatchData> getParserForType()
Returns
TypeDescription
Parser<PhraseMatchData>
Overrides

getPhraseMatcher()

public String getPhraseMatcher()

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

string phrase_matcher = 1;

Returns
TypeDescription
String

The phraseMatcher.

getPhraseMatcherBytes()

public ByteString getPhraseMatcherBytes()

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

string phrase_matcher = 1;

Returns
TypeDescription
ByteString

The bytes for phraseMatcher.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PhraseMatchData.Builder newBuilderForType()
Returns
TypeDescription
PhraseMatchData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PhraseMatchData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PhraseMatchData.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PhraseMatchData.Builder toBuilder()
Returns
TypeDescription
PhraseMatchData.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException