Interface ConceptReferenceOuterClass.ListConceptReferencesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getConceptId()
      string concept_id = 2;
      com.google.protobuf.ByteString getConceptIdBytes()
      string concept_id = 2;
      int getPage()
      uint32 page = 3;
      int getPerPage()
      uint32 per_page = 4;
      Common.UserAppIDSet getUserAppId()
      .clarifai.api.UserAppIDSet user_app_id = 1;
      Common.UserAppIDSetOrBuilder getUserAppIdOrBuilder()
      .clarifai.api.UserAppIDSet user_app_id = 1;
      boolean hasUserAppId()
      .clarifai.api.UserAppIDSet user_app_id = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasUserAppId

        boolean hasUserAppId()
        .clarifai.api.UserAppIDSet user_app_id = 1;
      • getConceptId

        java.lang.String getConceptId()
        string concept_id = 2;
      • getConceptIdBytes

        com.google.protobuf.ByteString getConceptIdBytes()
        string concept_id = 2;
      • getPage

        int getPage()
        uint32 page = 3;
      • getPerPage

        int getPerPage()
        uint32 per_page = 4;