- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public static final class Issue.Builder extends GeneratedMessageV3.Builder<Issue.Builder> implements IssueOrBuilderThe issue resource.
Protobuf type google.cloud.contactcenterinsights.v1.Issue
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Issue.BuilderImplements
IssueOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllSampleUtterances(Iterable<String> values)
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];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The sampleUtterances to add. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Issue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
addSampleUtterances(String value)
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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sampleUtterances to add. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
addSampleUtterancesBytes(ByteString value)
public Issue.Builder addSampleUtterancesBytes(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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the sampleUtterances to add. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
build()
public Issue build()| Returns | |
|---|---|
| Type | Description |
Issue |
|
buildPartial()
public Issue buildPartial()| Returns | |
|---|---|
| Type | Description |
Issue |
|
clear()
public Issue.Builder clear()| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
clearCreateTime()
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];
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
clearDisplayDescription()
public Issue.Builder clearDisplayDescription()Representative description of the issue.
string display_description = 14;
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
clearDisplayName()
public Issue.Builder clearDisplayName()The representative name for the issue.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Issue.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
clearName()
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];
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Issue.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
clearSampleUtterances()
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];
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
clearUpdateTime()
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];
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
clone()
public Issue.Builder clone()| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
getCreateTime()
public Timestamp getCreateTime()Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public 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];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public Issue getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Issue |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayDescription()
public String getDisplayDescription()Representative description of the issue.
string display_description = 14;
| Returns | |
|---|---|
| Type | Description |
String |
The displayDescription. |
getDisplayDescriptionBytes()
public ByteString getDisplayDescriptionBytes()Representative description of the issue.
string display_description = 14;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayDescription. |
getDisplayName()
public String getDisplayName()The representative name for the issue.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The representative name for the issue.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public 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];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSampleUtterances(int index)
public 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];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The sampleUtterances at the given index. |
getSampleUtterancesBytes(int index)
public 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];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the sampleUtterances at the given index. |
getSampleUtterancesCount()
public 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];
| Returns | |
|---|---|
| Type | Description |
int |
The count of sampleUtterances. |
getSampleUtterancesList()
public 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];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the sampleUtterances. |
getUpdateTime()
public 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];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public 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];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public 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];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public Issue.Builder mergeCreateTime(Timestamp value)Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
mergeFrom(Issue other)
public Issue.Builder mergeFrom(Issue other)| Parameter | |
|---|---|
| Name | Description |
other |
Issue |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Issue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Issue.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Issue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
mergeUpdateTime(Timestamp value)
public Issue.Builder mergeUpdateTime(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];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setCreateTime(Timestamp value)
public Issue.Builder setCreateTime(Timestamp value)Output only. The time at which this issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public Issue.Builder setCreateTime(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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setDisplayDescription(String value)
public Issue.Builder setDisplayDescription(String value)Representative description of the issue.
string display_description = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayDescription to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setDisplayDescriptionBytes(ByteString value)
public Issue.Builder setDisplayDescriptionBytes(ByteString value)Representative description of the issue.
string display_description = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayDescription to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setDisplayName(String value)
public Issue.Builder setDisplayName(String value)The representative name for the issue.
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Issue.Builder setDisplayNameBytes(ByteString value)The representative name for the issue.
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Issue.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setName(String value)
public 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Issue.Builder setNameBytes(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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Issue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setSampleUtterances(int index, String value)
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];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe sampleUtterances to set. |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Issue.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setUpdateTime(Timestamp value)
public Issue.Builder setUpdateTime(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];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public Issue.Builder setUpdateTime(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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Issue.Builder |
|