Interface DownloadResponse.DownloadedFileOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFilename()
      string filename = 1 [json_name = "filename"];
      com.google.protobuf.ByteString getFilenameBytes()
      string filename = 1 [json_name = "filename"];
      java.lang.String getType()
      string type = 2 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 2 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getFilename

        java.lang.String getFilename()
        string filename = 1 [json_name = "filename"];
        Returns:
        The filename.
      • getFilenameBytes

        com.google.protobuf.ByteString getFilenameBytes()
        string filename = 1 [json_name = "filename"];
        Returns:
        The bytes for filename.
      • getType

        java.lang.String getType()
        string type = 2 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2 [json_name = "type"];
        Returns:
        The bytes for type.