Interface UpdateParticipantRequestOrBuilder (4.14.0)

public interface UpdateParticipantRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParticipant()

public abstract Participant getParticipant()

Required. The participant to update.

.google.cloud.dialogflow.v2.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Participant

The participant.

getParticipantOrBuilder()

public abstract ParticipantOrBuilder getParticipantOrBuilder()

Required. The participant to update.

.google.cloud.dialogflow.v2.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ParticipantOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The mask to specify which fields to update.

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

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The mask to specify which fields to update.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasParticipant()

public abstract boolean hasParticipant()

Required. The participant to update.

.google.cloud.dialogflow.v2.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the participant field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The mask to specify which fields to update.

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

Returns
TypeDescription
boolean

Whether the updateMask field is set.