Package com.google.cloud.dialogflow.v2
Interface EntityTypeBatchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityTypeBatch
,EntityTypeBatch.Builder
public interface EntityTypeBatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntityTypesList
List<EntityType> getEntityTypesList()
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
-
getEntityTypes
EntityType getEntityTypes(int index)
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
-
getEntityTypesCount
int getEntityTypesCount()
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
-
getEntityTypesOrBuilderList
List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
-
getEntityTypesOrBuilder
EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
A collection of entity types.
repeated .google.cloud.dialogflow.v2.EntityType entity_types = 1;
-
-