Package viam.app.v1

Interface App.UploadModuleFileResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.UploadModuleFileResponse, App.UploadModuleFileResponse.Builder
Enclosing class:
App

public static interface App.UploadModuleFileResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The detail page of the module
    com.google.protobuf.ByteString
    The detail page of the module

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getUrl

      String getUrl()
       The detail page of the module
       
      string url = 1 [json_name = "url"];
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       The detail page of the module
       
      string url = 1 [json_name = "url"];
      Returns:
      The bytes for url.