public interface CreateToolVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The tool to create a version for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The tool to create a version for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getToolVersion()
public abstract ToolVersion getToolVersion()Required. The tool version to create.
.google.cloud.dialogflow.cx.v3beta1.ToolVersion tool_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ToolVersion |
The toolVersion. |
getToolVersionOrBuilder()
public abstract ToolVersionOrBuilder getToolVersionOrBuilder()Required. The tool version to create.
.google.cloud.dialogflow.cx.v3beta1.ToolVersion tool_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ToolVersionOrBuilder |
|
hasToolVersion()
public abstract boolean hasToolVersion()Required. The tool version to create.
.google.cloud.dialogflow.cx.v3beta1.ToolVersion tool_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the toolVersion field is set. |