- 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 UploadConversationRequest.Builder extends GeneratedMessageV3.Builder<UploadConversationRequest.Builder> implements UploadConversationRequestOrBuilderRequest to upload a conversation.
Protobuf type google.cloud.contactcenterinsights.v1.UploadConversationRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UploadConversationRequest.BuilderImplements
UploadConversationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UploadConversationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
build()
public UploadConversationRequest build()| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest |
|
buildPartial()
public UploadConversationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest |
|
clear()
public UploadConversationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
clearConversation()
public UploadConversationRequest.Builder clearConversation()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
clearConversationId()
public UploadConversationRequest.Builder clearConversationId()Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public UploadConversationRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public UploadConversationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
clearParent()
public UploadConversationRequest.Builder clearParent()Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
This builder for chaining. |
clearRedactionConfig()
public UploadConversationRequest.Builder clearRedactionConfig()Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
clearSpeechConfig()
public UploadConversationRequest.Builder clearSpeechConfig()Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
clone()
public UploadConversationRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
getConversation()
public Conversation getConversation()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Conversation |
The conversation. |
getConversationBuilder()
public Conversation.Builder getConversationBuilder()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Conversation.Builder |
|
getConversationId()
public String getConversationId()Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The conversationId. |
getConversationIdBytes()
public ByteString getConversationIdBytes()Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationId. |
getConversationOrBuilder()
public ConversationOrBuilder getConversationOrBuilder()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConversationOrBuilder |
|
getDefaultInstanceForType()
public UploadConversationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRedactionConfig()
public RedactionConfig getRedactionConfig()Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RedactionConfig |
The redactionConfig. |
getRedactionConfigBuilder()
public RedactionConfig.Builder getRedactionConfigBuilder()Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RedactionConfig.Builder |
|
getRedactionConfigOrBuilder()
public RedactionConfigOrBuilder getRedactionConfigOrBuilder()Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RedactionConfigOrBuilder |
|
getSpeechConfig()
public SpeechConfig getSpeechConfig()Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SpeechConfig |
The speechConfig. |
getSpeechConfigBuilder()
public SpeechConfig.Builder getSpeechConfigBuilder()Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SpeechConfig.Builder |
|
getSpeechConfigOrBuilder()
public SpeechConfigOrBuilder getSpeechConfigOrBuilder()Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SpeechConfigOrBuilder |
|
hasConversation()
public boolean hasConversation()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversation field is set. |
hasRedactionConfig()
public boolean hasRedactionConfig()Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the redactionConfig field is set. |
hasSpeechConfig()
public boolean hasSpeechConfig()Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the speechConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConversation(Conversation value)
public UploadConversationRequest.Builder mergeConversation(Conversation value)Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Conversation |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
mergeFrom(UploadConversationRequest other)
public UploadConversationRequest.Builder mergeFrom(UploadConversationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UploadConversationRequest |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UploadConversationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UploadConversationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
mergeRedactionConfig(RedactionConfig value)
public UploadConversationRequest.Builder mergeRedactionConfig(RedactionConfig value)Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RedactionConfig |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
mergeSpeechConfig(SpeechConfig value)
public UploadConversationRequest.Builder mergeSpeechConfig(SpeechConfig value)Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
SpeechConfig |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UploadConversationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setConversation(Conversation value)
public UploadConversationRequest.Builder setConversation(Conversation value)Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Conversation |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setConversation(Conversation.Builder builderForValue)
public UploadConversationRequest.Builder setConversation(Conversation.Builder builderForValue)Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Conversation.Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setConversationId(String value)
public UploadConversationRequest.Builder setConversationId(String value)Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe conversationId to set. |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
This builder for chaining. |
setConversationIdBytes(ByteString value)
public UploadConversationRequest.Builder setConversationIdBytes(ByteString value)Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for conversationId to set. |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public UploadConversationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setParent(String value)
public UploadConversationRequest.Builder setParent(String value)Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public UploadConversationRequest.Builder setParentBytes(ByteString value)Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
This builder for chaining. |
setRedactionConfig(RedactionConfig value)
public UploadConversationRequest.Builder setRedactionConfig(RedactionConfig value)Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RedactionConfig |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setRedactionConfig(RedactionConfig.Builder builderForValue)
public UploadConversationRequest.Builder setRedactionConfig(RedactionConfig.Builder builderForValue)Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RedactionConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UploadConversationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setSpeechConfig(SpeechConfig value)
public UploadConversationRequest.Builder setSpeechConfig(SpeechConfig value)Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
SpeechConfig |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setSpeechConfig(SpeechConfig.Builder builderForValue)
public UploadConversationRequest.Builder setSpeechConfig(SpeechConfig.Builder builderForValue)Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SpeechConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final UploadConversationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UploadConversationRequest.Builder |
|