- 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 UploadConversationMetadata.Builder extends GeneratedMessageV3.Builder<UploadConversationMetadata.Builder> implements UploadConversationMetadataOrBuilderThe metadata for an UploadConversation operation.
Protobuf type google.cloud.contactcenterinsights.v1.UploadConversationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UploadConversationMetadata.BuilderImplements
UploadConversationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UploadConversationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
build()
public UploadConversationMetadata build()| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata |
|
buildPartial()
public UploadConversationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata |
|
clear()
public UploadConversationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clearAnalysisOperation()
public UploadConversationMetadata.Builder clearAnalysisOperation()Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
This builder for chaining. |
clearAppliedRedactionConfig()
public UploadConversationMetadata.Builder clearAppliedRedactionConfig()Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clearCreateTime()
public UploadConversationMetadata.Builder clearCreateTime()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clearEndTime()
public UploadConversationMetadata.Builder clearEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public UploadConversationMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public UploadConversationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clearRequest()
public UploadConversationMetadata.Builder clearRequest()Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
clone()
public UploadConversationMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
getAnalysisOperation()
public String getAnalysisOperation()Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The analysisOperation. |
getAnalysisOperationBytes()
public ByteString getAnalysisOperationBytes()Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for analysisOperation. |
getAppliedRedactionConfig()
public RedactionConfig getAppliedRedactionConfig()Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RedactionConfig |
The appliedRedactionConfig. |
getAppliedRedactionConfigBuilder()
public RedactionConfig.Builder getAppliedRedactionConfigBuilder()Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RedactionConfig.Builder |
|
getAppliedRedactionConfigOrBuilder()
public RedactionConfigOrBuilder getAppliedRedactionConfigOrBuilder()Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RedactionConfigOrBuilder |
|
getCreateTime()
public Timestamp getCreateTime()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public UploadConversationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEndTime()
public Timestamp getEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getRequest()
public UploadConversationRequest getRequest()Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest |
The request. |
getRequestBuilder()
public UploadConversationRequest.Builder getRequestBuilder()Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
getRequestOrBuilder()
public UploadConversationRequestOrBuilder getRequestOrBuilder()Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequestOrBuilder |
|
hasAppliedRedactionConfig()
public boolean hasAppliedRedactionConfig()Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appliedRedactionConfig field is set. |
hasCreateTime()
public boolean hasCreateTime()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasEndTime()
public boolean hasEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasRequest()
public boolean hasRequest()Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the request field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAppliedRedactionConfig(RedactionConfig value)
public UploadConversationMetadata.Builder mergeAppliedRedactionConfig(RedactionConfig value)Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
RedactionConfig |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
mergeCreateTime(Timestamp value)
public UploadConversationMetadata.Builder mergeCreateTime(Timestamp value)Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
mergeEndTime(Timestamp value)
public UploadConversationMetadata.Builder mergeEndTime(Timestamp value)Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
mergeFrom(UploadConversationMetadata other)
public UploadConversationMetadata.Builder mergeFrom(UploadConversationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UploadConversationMetadata |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UploadConversationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UploadConversationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
mergeRequest(UploadConversationRequest value)
public UploadConversationMetadata.Builder mergeRequest(UploadConversationRequest value)Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
UploadConversationRequest |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UploadConversationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setAnalysisOperation(String value)
public UploadConversationMetadata.Builder setAnalysisOperation(String value)Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe analysisOperation to set. |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
This builder for chaining. |
setAnalysisOperationBytes(ByteString value)
public UploadConversationMetadata.Builder setAnalysisOperationBytes(ByteString value)Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for analysisOperation to set. |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
This builder for chaining. |
setAppliedRedactionConfig(RedactionConfig value)
public UploadConversationMetadata.Builder setAppliedRedactionConfig(RedactionConfig value)Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
RedactionConfig |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setAppliedRedactionConfig(RedactionConfig.Builder builderForValue)
public UploadConversationMetadata.Builder setAppliedRedactionConfig(RedactionConfig.Builder builderForValue)Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RedactionConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setCreateTime(Timestamp value)
public UploadConversationMetadata.Builder setCreateTime(Timestamp value)Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public UploadConversationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setEndTime(Timestamp value)
public UploadConversationMetadata.Builder setEndTime(Timestamp value)Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setEndTime(Timestamp.Builder builderForValue)
public UploadConversationMetadata.Builder setEndTime(Timestamp.Builder builderForValue)Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public UploadConversationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UploadConversationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setRequest(UploadConversationRequest value)
public UploadConversationMetadata.Builder setRequest(UploadConversationRequest value)Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
UploadConversationRequest |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setRequest(UploadConversationRequest.Builder builderForValue)
public UploadConversationMetadata.Builder setRequest(UploadConversationRequest.Builder builderForValue)Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UploadConversationRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final UploadConversationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UploadConversationMetadata.Builder |
|