Interface UpdatePlaybookRequestOrBuilder (0.52.0)

public interface UpdatePlaybookRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPlaybook()

public abstract Playbook getPlaybook()

Required. The playbook to update.

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

Returns
TypeDescription
Playbook

The playbook.

getPlaybookOrBuilder()

public abstract PlaybookOrBuilder getPlaybookOrBuilder()

Required. The playbook to update.

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

Returns
TypeDescription
PlaybookOrBuilder

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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasPlaybook()

public abstract boolean hasPlaybook()

Required. The playbook to update.

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

Returns
TypeDescription
boolean

Whether the playbook 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
TypeDescription
boolean

Whether the updateMask field is set.