public interface UpdateContextRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Context |
getContext()
Required.
|
ContextOrBuilder |
getContextOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
Optional.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasContext()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasContext()
Required. The context to update.
.google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
Context getContext()
Required. The context to update.
.google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
ContextOrBuilder getContextOrBuilder()
Required. The context to update.
.google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
FieldMask getUpdateMask()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.