public interface UpdateEntityTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityType()
Required.
|
EntityTypeOrBuilder |
getEntityTypeOrBuilder()
Required.
|
String |
getLanguageCode()
Optional.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Optional.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasEntityType()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntityType()
Required. The entity type to update. Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`.
.google.cloud.dialogflow.v2beta1.EntityType entity_type = 1;EntityType getEntityType()
Required. The entity type to update. Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`.
.google.cloud.dialogflow.v2beta1.EntityType entity_type = 1;EntityTypeOrBuilder getEntityTypeOrBuilder()
Required. The entity type to update. Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`.
.google.cloud.dialogflow.v2beta1.EntityType entity_type = 1;String getLanguageCode()
Optional. The language of entity synonyms defined in `entity_type`. If not specified, the agent's default language is used. [More than a dozen languages](https://dialogflow.com/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()
Optional. The language of entity synonyms defined in `entity_type`. If not specified, the agent's default language is used. [More than a dozen languages](https://dialogflow.com/docs/reference/language) are supported. Note: languages must be enabled in the agent, before they can be used.
string language_code = 2;boolean hasUpdateMask()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMask getUpdateMask()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;Copyright © 2019 Google LLC. All rights reserved.