Package viam.app.v1

Interface App.UploadsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The OS and architecture the module is built to run on
    com.google.protobuf.ByteString
    The OS and architecture the module is built to run on
    com.google.protobuf.Timestamp
    The time when the file was uploaded
    boolean
    The time when the file was uploaded

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPlatform

      String getPlatform()
       The OS and architecture the module is built to run on
       
      string platform = 1 [json_name = "platform"];
      Returns:
      The platform.
    • getPlatformBytes

      com.google.protobuf.ByteString getPlatformBytes()
       The OS and architecture the module is built to run on
       
      string platform = 1 [json_name = "platform"];
      Returns:
      The bytes for platform.
    • hasUploadedAt

      boolean hasUploadedAt()
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
      Returns:
      Whether the uploadedAt field is set.
    • getUploadedAt

      com.google.protobuf.Timestamp getUploadedAt()
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
      Returns:
      The uploadedAt.