Interface CreateToolRequestOrBuilder (0.1.0)

public interface CreateToolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The resource name of the app to create a tool in.

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 resource name of the app to create a tool in.

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

Returns
Type Description
ByteString

The bytes for parent.

getTool()

public abstract Tool getTool()

Required. The tool to create.

.google.cloud.ces.v1.Tool tool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Tool

The tool.

getToolId()

public abstract String getToolId()

Optional. The ID to use for the tool, which will become the final component of the tool's resource name. If not provided, a unique ID will be automatically assigned for the tool.

string tool_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The toolId.

getToolIdBytes()

public abstract ByteString getToolIdBytes()

Optional. The ID to use for the tool, which will become the final component of the tool's resource name. If not provided, a unique ID will be automatically assigned for the tool.

string tool_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for toolId.

getToolOrBuilder()

public abstract ToolOrBuilder getToolOrBuilder()

Required. The tool to create.

.google.cloud.ces.v1.Tool tool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ToolOrBuilder

hasTool()

public abstract boolean hasTool()

Required. The tool to create.

.google.cloud.ces.v1.Tool tool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the tool field is set.