Interface UpdateToolRequestOrBuilder (0.54.0)

public interface UpdateToolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTool()

public abstract Tool getTool()

Required. The Tool to be updated.

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

Returns
Type Description
Tool

The tool.

getToolOrBuilder()

public abstract ToolOrBuilder getToolOrBuilder()

Required. The Tool to be updated.

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

Returns
Type Description
ToolOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasTool()

public abstract boolean hasTool()

Required. The Tool to be updated.

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

Returns
Type Description
boolean

Whether the tool field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.