Send feedback
Class DeleteConversationRequest.Builder (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.1 keyboard_arrow_down
public static final class DeleteConversationRequest . Builder extends GeneratedMessageV3 . Builder<DeleteConversationRequest . Builder > implements DeleteConversationRequestOrBuilder
The request to delete a conversation.
Protobuf type google.cloud.contactcenterinsights.v1.DeleteConversationRequest
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public DeleteConversationRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public DeleteConversationRequest build ()
Returns
public DeleteConversationRequest buildPartial ()
Returns
public DeleteConversationRequest . Builder clear ()
Returns
Overrides
public DeleteConversationRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public DeleteConversationRequest . Builder clearForce ()
If set to true, all of this conversation's analyses will also be deleted.
Otherwise, the request will only succeed if the conversation has no
analyses.
bool force = 2;
Returns
public DeleteConversationRequest . Builder clearName ()
Required. The name of the conversation to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public DeleteConversationRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public DeleteConversationRequest . Builder clone ()
Returns
Overrides
public DeleteConversationRequest getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public boolean getForce ()
If set to true, all of this conversation's analyses will also be deleted.
Otherwise, the request will only succeed if the conversation has no
analyses.
bool force = 2;
Returns
Required. The name of the conversation to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The name.
public ByteString getNameBytes ()
Required. The name of the conversation to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public DeleteConversationRequest . Builder mergeFrom ( DeleteConversationRequest other )
Parameter
Returns
public DeleteConversationRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public DeleteConversationRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final DeleteConversationRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public DeleteConversationRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public DeleteConversationRequest . Builder setForce ( boolean value )
If set to true, all of this conversation's analyses will also be deleted.
Otherwise, the request will only succeed if the conversation has no
analyses.
bool force = 2;
Parameter
Name Description value boolean
The force to set.
Returns
public DeleteConversationRequest . Builder setName ( String value )
Required. The name of the conversation to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value String
The name to set.
Returns
public DeleteConversationRequest . Builder setNameBytes ( ByteString value )
Required. The name of the conversation to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value ByteString
The bytes for name to set.
Returns
public DeleteConversationRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final DeleteConversationRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]