public interface UpdateExampleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getExample()
Required.
|
ExampleOrBuilder |
getExampleOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasExample()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExample()
Required. The example to update.
.google.cloud.dialogflow.cx.v3beta1.Example example = 1 [(.google.api.field_behavior) = REQUIRED];
Example getExample()
Required. The example to update.
.google.cloud.dialogflow.cx.v3beta1.Example example = 1 [(.google.api.field_behavior) = REQUIRED];
ExampleOrBuilder getExampleOrBuilder()
Required. The example to update.
.google.cloud.dialogflow.cx.v3beta1.Example example = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.