public interface UpdateParticipantRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Participant |
getParticipant()
Required.
|
ParticipantOrBuilder |
getParticipantOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasParticipant()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParticipant()
Required. The participant to update.
.google.cloud.dialogflow.v2beta1.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];
Participant getParticipant()
Required. The participant to update.
.google.cloud.dialogflow.v2beta1.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];
ParticipantOrBuilder getParticipantOrBuilder()
Required. The participant to update.
.google.cloud.dialogflow.v2beta1.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Required. The mask to specify which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. The mask to specify which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The mask to specify which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.