Class IssueModelLabelStats.IssueStats (2.42.0)

public static final class IssueModelLabelStats.IssueStats extends GeneratedMessageV3 implements IssueModelLabelStats.IssueStatsOrBuilder

Aggregated statistics about an issue.

Protobuf type google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IssueModelLabelStats.IssueStats

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

ISSUE_FIELD_NUMBER

public static final int ISSUE_FIELD_NUMBER
Field Value
Type Description
int

LABELED_CONVERSATIONS_COUNT_FIELD_NUMBER

public static final int LABELED_CONVERSATIONS_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IssueModelLabelStats.IssueStats getDefaultInstance()
Returns
Type Description
IssueModelLabelStats.IssueStats

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IssueModelLabelStats.IssueStats.Builder newBuilder()
Returns
Type Description
IssueModelLabelStats.IssueStats.Builder

newBuilder(IssueModelLabelStats.IssueStats prototype)

public static IssueModelLabelStats.IssueStats.Builder newBuilder(IssueModelLabelStats.IssueStats prototype)
Parameter
Name Description
prototype IssueModelLabelStats.IssueStats
Returns
Type Description
IssueModelLabelStats.IssueStats.Builder

parseDelimitedFrom(InputStream input)

public static IssueModelLabelStats.IssueStats parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IssueModelLabelStats.IssueStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IssueModelLabelStats.IssueStats parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IssueModelLabelStats.IssueStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IssueModelLabelStats.IssueStats parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IssueModelLabelStats.IssueStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IssueModelLabelStats.IssueStats parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IssueModelLabelStats.IssueStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IssueModelLabelStats.IssueStats parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IssueModelLabelStats.IssueStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IssueModelLabelStats.IssueStats parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IssueModelLabelStats.IssueStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IssueModelLabelStats.IssueStats
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IssueModelLabelStats.IssueStats> parser()
Returns
Type Description
Parser<IssueStats>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public IssueModelLabelStats.IssueStats getDefaultInstanceForType()
Returns
Type Description
IssueModelLabelStats.IssueStats

getDisplayName()

public String getDisplayName()

Display name of the issue.

string display_name = 3;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Display name of the issue.

string display_name = 3;

Returns
Type Description
ByteString

The bytes for displayName.

getIssue()

public String getIssue()

Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

string issue = 1;

Returns
Type Description
String

The issue.

getIssueBytes()

public ByteString getIssueBytes()

Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

string issue = 1;

Returns
Type Description
ByteString

The bytes for issue.

getLabeledConversationsCount()

public long getLabeledConversationsCount()

Number of conversations attached to the issue at this point in time.

int64 labeled_conversations_count = 2;

Returns
Type Description
long

The labeledConversationsCount.

getParserForType()

public Parser<IssueModelLabelStats.IssueStats> getParserForType()
Returns
Type Description
Parser<IssueStats>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IssueModelLabelStats.IssueStats.Builder newBuilderForType()
Returns
Type Description
IssueModelLabelStats.IssueStats.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IssueModelLabelStats.IssueStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IssueModelLabelStats.IssueStats.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public IssueModelLabelStats.IssueStats.Builder toBuilder()
Returns
Type Description
IssueModelLabelStats.IssueStats.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException