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 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;