public final class IssueMatchData extends GeneratedMessage implements IssueMatchDataOrBuilderThe data for an issue match annotation.
Protobuf type google.cloud.contactcenterinsights.v1.IssueMatchData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > IssueMatchDataImplements
IssueMatchDataOrBuilderStatic Fields
ISSUE_ASSIGNMENT_FIELD_NUMBER
public static final int ISSUE_ASSIGNMENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static IssueMatchData getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static IssueMatchData.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
IssueMatchData.Builder |
|
newBuilder(IssueMatchData prototype)
public static IssueMatchData.Builder newBuilder(IssueMatchData prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
IssueMatchData |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData.Builder |
|
parseDelimitedFrom(InputStream input)
public static IssueMatchData parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IssueMatchData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static IssueMatchData parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IssueMatchData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static IssueMatchData parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IssueMatchData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static IssueMatchData parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IssueMatchData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static IssueMatchData parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IssueMatchData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static IssueMatchData parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IssueMatchData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<IssueMatchData> parser()| Returns | |
|---|---|
| Type | Description |
Parser<IssueMatchData> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public IssueMatchData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
|
getIssueAssignment()
public IssueAssignment getIssueAssignment()Information about the issue's assignment.
.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;
| Returns | |
|---|---|
| Type | Description |
IssueAssignment |
The issueAssignment. |
getIssueAssignmentOrBuilder()
public IssueAssignmentOrBuilder getIssueAssignmentOrBuilder()Information about the issue's assignment.
.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;
| Returns | |
|---|---|
| Type | Description |
IssueAssignmentOrBuilder |
|
getParserForType()
public Parser<IssueMatchData> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<IssueMatchData> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasIssueAssignment()
public boolean hasIssueAssignment()Information about the issue's assignment.
.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the issueAssignment field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public IssueMatchData.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
IssueMatchData.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected IssueMatchData.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
IssueMatchData.Builder |
|
toBuilder()
public IssueMatchData.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
IssueMatchData.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|