public interface UpdateConversationProfileRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConversationProfile |
getConversationProfile()
Required.
|
ConversationProfileOrBuilder |
getConversationProfileOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
Required.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasConversationProfile()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasConversationProfile()
Required. The conversation profile to update.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
ConversationProfile getConversationProfile()
Required. The conversation profile to update.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
ConversationProfileOrBuilder getConversationProfileOrBuilder()
Required. The conversation profile to update.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
FieldMask getUpdateMask()
Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.