public interface EntityTypeBatchOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EntityType |
getEntityTypes(int index)
A collection of entity types.
|
int |
getEntityTypesCount()
A collection of entity types.
|
List<EntityType> |
getEntityTypesList()
A collection of entity types.
|
EntityTypeOrBuilder |
getEntityTypesOrBuilder(int index)
A collection of entity types.
|
List<? extends EntityTypeOrBuilder> |
getEntityTypesOrBuilderList()
A collection of entity types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<EntityType> getEntityTypesList()
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
EntityType getEntityTypes(int index)
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
int getEntityTypesCount()
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
Copyright © 2021 Google LLC. All rights reserved.