Class Issue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
- com.google.cloud.contactcenterinsights.v1.Issue.Builder
-
- All Implemented Interfaces:
IssueOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Issue
public static final class Issue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder> implements IssueOrBuilder
The issue resource.
Protobuf typegoogle.cloud.contactcenterinsights.v1.Issue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(Issue other)
Issue.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
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 value)
Output only.Issue.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
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 value)
Output only.Issue.Builder
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
clear
public Issue.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
getDefaultInstanceForType
public Issue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Issue build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Issue buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Issue.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
setField
public Issue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
clearField
public Issue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
clearOneof
public Issue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
setRepeatedField
public Issue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
addRepeatedField
public Issue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
mergeFrom
public Issue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Issue.Builder>
-
mergeFrom
public Issue.Builder mergeFrom(Issue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
mergeFrom
public Issue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Issue.Builder>
- Throws:
IOException
-
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];
- Specified by:
getName
in interfaceIssueOrBuilder
- Returns:
- The name.
-
getNameBytes
public 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];
- Specified by:
getNameBytes
in interfaceIssueOrBuilder
- Returns:
- The bytes for name.
-
setName
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];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setNameBytes
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];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDisplayName
public String getDisplayName()
The representative name for the issue.
string display_name = 2;
- Specified by:
getDisplayName
in interfaceIssueOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
The representative name for the issue.
string display_name = 2;
- Specified by:
getDisplayNameBytes
in interfaceIssueOrBuilder
- Returns:
- The bytes for displayName.
-
setDisplayName
public Issue.Builder setDisplayName(String value)
The representative name for the issue.
string display_name = 2;
- Parameters:
value
- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public Issue.Builder clearDisplayName()
The representative name for the issue.
string display_name = 2;
- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public Issue.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The representative name for the issue.
string display_name = 2;
- Parameters:
value
- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
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];
- Specified by:
hasCreateTime
in interfaceIssueOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public 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];
- Specified by:
getCreateTime
in interfaceIssueOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public 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];
-
setCreateTime
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];
-
mergeCreateTime
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];
-
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];
-
getCreateTimeBuilder
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];
-
getCreateTimeOrBuilder
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];
- Specified by:
getCreateTimeOrBuilder
in interfaceIssueOrBuilder
-
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];
- Specified by:
hasUpdateTime
in interfaceIssueOrBuilder
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public 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];
- Specified by:
getUpdateTime
in interfaceIssueOrBuilder
- Returns:
- The updateTime.
-
setUpdateTime
public 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];
-
setUpdateTime
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];
-
mergeUpdateTime
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];
-
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];
-
getUpdateTimeBuilder
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];
-
getUpdateTimeOrBuilder
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];
- Specified by:
getUpdateTimeOrBuilder
in interfaceIssueOrBuilder
-
getSampleUtterancesList
public 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];
- Specified by:
getSampleUtterancesList
in interfaceIssueOrBuilder
- Returns:
- A list containing the sampleUtterances.
-
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];
- Specified by:
getSampleUtterancesCount
in interfaceIssueOrBuilder
- Returns:
- The count of sampleUtterances.
-
getSampleUtterances
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];
- Specified by:
getSampleUtterances
in interfaceIssueOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The sampleUtterances at the given index.
-
getSampleUtterancesBytes
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];
- Specified by:
getSampleUtterancesBytes
in interfaceIssueOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the sampleUtterances at the given index.
-
setSampleUtterances
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:
index
- The index to set the value at.value
- The sampleUtterances to set.- Returns:
- This builder for chaining.
-
addSampleUtterances
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];
- Parameters:
value
- The sampleUtterances to add.- Returns:
- This builder for chaining.
-
addAllSampleUtterances
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];
- Parameters:
values
- The sampleUtterances to add.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
addSampleUtterancesBytes
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];
- Parameters:
value
- The bytes of the sampleUtterances to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Issue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
mergeUnknownFields
public final Issue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Issue.Builder>
-
-