Interface DeleteConversationRequestOrBuilder (0.1.0)

public interface DeleteConversationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name of the conversation to delete.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the conversation to delete.

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

Returns
Type Description
ByteString

The bytes for name.

getSource() (deprecated)

public abstract Conversation.Source getSource()

Deprecated. google.cloud.ces.v1.DeleteConversationRequest.source is deprecated. See google/cloud/ces/v1/agent_service.proto;l=1158

Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.

.google.cloud.ces.v1.Conversation.Source source = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Conversation.Source

The source.

getSourceValue() (deprecated)

public abstract int getSourceValue()

Deprecated. google.cloud.ces.v1.DeleteConversationRequest.source is deprecated. See google/cloud/ces/v1/agent_service.proto;l=1158

Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.

.google.cloud.ces.v1.Conversation.Source source = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for source.