Interface UpdateToolRequestOrBuilder (4.87.0)

public interface UpdateToolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTool()

public abstract Tool getTool()

Required. The tool to update. The name field of tool is to identify the tool to update.

.google.cloud.dialogflow.v2beta1.Tool tool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Tool

The tool.

getToolOrBuilder()

public abstract ToolOrBuilder getToolOrBuilder()

Required. The tool to update. The name field of tool is to identify the tool to update.

.google.cloud.dialogflow.v2beta1.Tool tool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ToolOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasTool()

public abstract boolean hasTool()

Required. The tool to update. The name field of tool is to identify the tool to update.

.google.cloud.dialogflow.v2beta1.Tool tool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the tool field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.