public interface GetConversationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The resource name of the conversation to retrieve.
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 retrieve.
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.GetConversationRequest.source is deprecated. See google/cloud/ces/v1/agent_service.proto;l=1141
Optional. Indicate the source of the conversation. If not set, all source will be searched.
.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.GetConversationRequest.source is deprecated. See google/cloud/ces/v1/agent_service.proto;l=1141
Optional. Indicate the source of the conversation. If not set, all source will be searched.
.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. |