public static final class Issue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder> implements IssueOrBuilder
The issue resource.Protobuf type
google.cloud.contactcenterinsights.v1.Issue| Modifier and Type | Method and Description |
|---|---|
Issue.Builder |
addAllSampleUtterances(Iterable<String> values)
Output only.
|
Issue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Issue.Builder |
addSampleUtterances(String value)
Output only.
|
Issue.Builder |
addSampleUtterancesBytes(com.google.protobuf.ByteString value)
Output only.
|
Issue |
build() |
Issue |
buildPartial() |
Issue.Builder |
clear() |
Issue.Builder |
clearCreateTime()
Output only.
|
Issue.Builder |
clearDisplayName()
The representative name for the issue.
|
Issue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Issue.Builder |
clearName()
Immutable.
|
Issue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Issue.Builder |
clearSampleUtterances()
Output only.
|
Issue.Builder |
clearUpdateTime()
Output only.
|
Issue.Builder |
clone() |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Issue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
The representative name for the issue.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The representative name for the issue.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
String |
getSampleUtterances(int index)
Output only.
|
com.google.protobuf.ByteString |
getSampleUtterancesBytes(int index)
Output only.
|
int |
getSampleUtterancesCount()
Output only.
|
com.google.protobuf.ProtocolStringList |
getSampleUtterancesList()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Issue.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Issue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Issue.Builder |
mergeFrom(Issue other) |
Issue.Builder |
mergeFrom(com.google.protobuf.Message other) |
Issue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Issue.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Issue.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Issue.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Issue.Builder |
setDisplayName(String value)
The representative name for the issue.
|
Issue.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
The representative name for the issue.
|
Issue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Issue.Builder |
setName(String value)
Immutable.
|
Issue.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Immutable.
|
Issue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Issue.Builder |
setSampleUtterances(int index,
String value)
Output only.
|
Issue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Issue.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Issue.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Issue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Issue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Issue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Issue.Builder>public Issue.Builder mergeFrom(Issue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public Issue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Issue.Builder>IOExceptionpublic String getName()
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getName in interface IssueOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getNameBytes in interface IssueOrBuilderpublic Issue.Builder setName(String value)
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The name to set.public Issue.Builder clearName()
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];public Issue.Builder setNameBytes(com.google.protobuf.ByteString value)
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The bytes for name to set.public String getDisplayName()
The representative name for the issue.
string display_name = 2;getDisplayName in interface IssueOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
The representative name for the issue.
string display_name = 2;getDisplayNameBytes in interface IssueOrBuilderpublic Issue.Builder setDisplayName(String value)
The representative name for the issue.
string display_name = 2;value - The displayName to set.public Issue.Builder clearDisplayName()
The representative name for the issue.
string display_name = 2;public Issue.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The representative name for the issue.
string display_name = 2;value - The bytes for displayName to set.public boolean hasCreateTime()
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface IssueOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface IssueOrBuilderpublic Issue.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder clearCreateTime()
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface IssueOrBuilderpublic boolean hasUpdateTime()
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface IssueOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface IssueOrBuilderpublic Issue.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder clearUpdateTime()
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface IssueOrBuilderpublic com.google.protobuf.ProtocolStringList getSampleUtterancesList()
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleUtterancesList in interface IssueOrBuilderpublic int getSampleUtterancesCount()
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleUtterancesCount in interface IssueOrBuilderpublic String getSampleUtterances(int index)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleUtterances in interface IssueOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSampleUtterancesBytes(int index)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleUtterancesBytes in interface IssueOrBuilderindex - The index of the value to return.public Issue.Builder setSampleUtterances(int index, String value)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index to set the value at.value - The sampleUtterances to set.public Issue.Builder addSampleUtterances(String value)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The sampleUtterances to add.public Issue.Builder addAllSampleUtterances(Iterable<String> values)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
values - The sampleUtterances to add.public Issue.Builder clearSampleUtterances()
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Issue.Builder addSampleUtterancesBytes(com.google.protobuf.ByteString value)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The bytes of the sampleUtterances to add.public final Issue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>public final Issue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>Copyright © 2023 Google LLC. All rights reserved.