Class IssueModelLabelStats.IssueStats (2.37.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
TypeDescription
int

ISSUE_FIELD_NUMBER

public static final int ISSUE_FIELD_NUMBER
Field Value
TypeDescription
int

LABELED_CONVERSATIONS_COUNT_FIELD_NUMBER

public static final int LABELED_CONVERSATIONS_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static IssueModelLabelStats.IssueStats getDefaultInstance()
Returns
TypeDescription
IssueModelLabelStats.IssueStats

getDescriptor()

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

newBuilder()

public static IssueModelLabelStats.IssueStats.Builder newBuilder()
Returns
TypeDescription
IssueModelLabelStats.IssueStats.Builder

newBuilder(IssueModelLabelStats.IssueStats prototype)

public static IssueModelLabelStats.IssueStats.Builder newBuilder(IssueModelLabelStats.IssueStats prototype)
Parameter
NameDescription
prototypeIssueModelLabelStats.IssueStats
Returns
TypeDescription
IssueModelLabelStats.IssueStats.Builder

parseDelimitedFrom(InputStream input)

public static IssueModelLabelStats.IssueStats parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IssueModelLabelStats.IssueStats
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static IssueModelLabelStats.IssueStats parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
IssueModelLabelStats.IssueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static IssueModelLabelStats.IssueStats parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
IssueModelLabelStats.IssueStats
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static IssueModelLabelStats.IssueStats parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IssueModelLabelStats.IssueStats
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static IssueModelLabelStats.IssueStats parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
IssueModelLabelStats.IssueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public IssueModelLabelStats.IssueStats getDefaultInstanceForType()
Returns
TypeDescription
IssueModelLabelStats.IssueStats

getDisplayName()

public String getDisplayName()

Display name of the issue.

string display_name = 3;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Display name of the issue.

string display_name = 3;

Returns
TypeDescription
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
TypeDescription
String

The issue.

getIssueBytes()

public ByteString getIssueBytes()

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

string issue = 1;

Returns
TypeDescription
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
TypeDescription
long

The labeledConversationsCount.

getParserForType()

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

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 IssueModelLabelStats.IssueStats.Builder newBuilderForType()
Returns
TypeDescription
IssueModelLabelStats.IssueStats.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public IssueModelLabelStats.IssueStats.Builder toBuilder()
Returns
TypeDescription
IssueModelLabelStats.IssueStats.Builder

writeTo(CodedOutputStream output)

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