public interface UpdatePlaybookRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPlaybook()
public abstract Playbook getPlaybook()Required. The playbook to update.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
|
hasPlaybook()
public abstract boolean hasPlaybook()Required. The playbook to update.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |