public interface UpdateEntityTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityType()
Required.
|
EntityTypeOrBuilder |
getEntityTypeOrBuilder()
Required.
|
String |
getLanguageCode()
The language of the following fields in `entity_type`:
* `EntityType.entities.value`
* `EntityType.entities.synonyms`
* `EntityType.excluded_phrases.value`
If not specified, the agent's default language is used.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The language of the following fields in `entity_type`:
* `EntityType.entities.value`
* `EntityType.entities.synonyms`
* `EntityType.excluded_phrases.value`
If not specified, the agent's default language is used.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The mask to control which fields get updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The mask to control which fields get updated.
|
boolean |
hasEntityType()
Required.
|
boolean |
hasUpdateMask()
The mask to control which fields get updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntityType()
Required. The entity type to update.
.google.cloud.dialogflow.cx.v3.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
EntityType getEntityType()
Required. The entity type to update.
.google.cloud.dialogflow.cx.v3.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
EntityTypeOrBuilder getEntityTypeOrBuilder()
Required. The entity type to update.
.google.cloud.dialogflow.cx.v3.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
String getLanguageCode()
The language of the following fields in `entity_type`: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` If not specified, the agent's default language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;com.google.protobuf.ByteString getLanguageCodeBytes()
The language of the following fields in `entity_type`: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` If not specified, the agent's default language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;boolean hasUpdateMask()
The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMask getUpdateMask()
The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;Copyright © 2025 Google LLC. All rights reserved.