Class CreateConversationRequest.Builder (2.83.0)

public static final class CreateConversationRequest.Builder extends GeneratedMessage.Builder<CreateConversationRequest.Builder> implements CreateConversationRequestOrBuilder

Request to create a conversation.

Protobuf type google.cloud.contactcenterinsights.v1.CreateConversationRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateConversationRequest build()
Returns
Type Description
CreateConversationRequest

buildPartial()

public CreateConversationRequest buildPartial()
Returns
Type Description
CreateConversationRequest

clear()

public CreateConversationRequest.Builder clear()
Returns
Type Description
CreateConversationRequest.Builder
Overrides

clearConversation()

public CreateConversationRequest.Builder clearConversation()

Required. The conversation resource to create.

.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateConversationRequest.Builder

clearConversationId()

public CreateConversationRequest.Builder clearConversationId()

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;

Returns
Type Description
CreateConversationRequest.Builder

This builder for chaining.

clearParent()

public CreateConversationRequest.Builder clearParent()

Required. The parent resource of the conversation.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateConversationRequest.Builder

This builder for chaining.

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()

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;

Returns
Type Description
String

The conversationId.

getConversationIdBytes()

public ByteString getConversationIdBytes()

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;

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 CreateConversationRequest getDefaultInstanceForType()
Returns
Type Description
CreateConversationRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConversation(Conversation value)

public CreateConversationRequest.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
CreateConversationRequest.Builder

mergeFrom(CreateConversationRequest other)

public CreateConversationRequest.Builder mergeFrom(CreateConversationRequest other)
Parameter
Name Description
other CreateConversationRequest
Returns
Type Description
CreateConversationRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateConversationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateConversationRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateConversationRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateConversationRequest.Builder
Overrides

setConversation(Conversation value)

public CreateConversationRequest.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
CreateConversationRequest.Builder

setConversation(Conversation.Builder builderForValue)

public CreateConversationRequest.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
CreateConversationRequest.Builder

setConversationId(String value)

public CreateConversationRequest.Builder setConversationId(String value)

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;

Parameter
Name Description
value String

The conversationId to set.

Returns
Type Description
CreateConversationRequest.Builder

This builder for chaining.

setConversationIdBytes(ByteString value)

public CreateConversationRequest.Builder setConversationIdBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for conversationId to set.

Returns
Type Description
CreateConversationRequest.Builder

This builder for chaining.

setParent(String value)

public CreateConversationRequest.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 String

The parent to set.

Returns
Type Description
CreateConversationRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateConversationRequest.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 ByteString

The bytes for parent to set.

Returns
Type Description
CreateConversationRequest.Builder

This builder for chaining.