Interface ImageOuterClass.ImageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowDuplicateUrl()
      bool allow_duplicate_url = 4;
      com.google.protobuf.ByteString getBase64()
      bytes base64 = 2;
      float getCrop​(int index)
      repeated float crop = 3;
      int getCropCount()
      repeated float crop = 3;
      java.util.List<java.lang.Float> getCropList()
      repeated float crop = 3;
      java.lang.String getUrl()
      string url = 1;
      com.google.protobuf.ByteString getUrlBytes()
      string url = 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

      • getUrl

        java.lang.String getUrl()
        string url = 1;
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        string url = 1;
      • getBase64

        com.google.protobuf.ByteString getBase64()
        bytes base64 = 2;
      • getCropList

        java.util.List<java.lang.Float> getCropList()
        repeated float crop = 3;
      • getCropCount

        int getCropCount()
        repeated float crop = 3;
      • getCrop

        float getCrop​(int index)
        repeated float crop = 3;
      • getAllowDuplicateUrl

        boolean getAllowDuplicateUrl()
        bool allow_duplicate_url = 4;