Package viam.app.v1

Class App.Uploads.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.Uploads,App.Uploads.Builder>
viam.app.v1.App.Uploads.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.UploadsOrBuilder
Enclosing class:
App.Uploads

public static final class App.Uploads.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.Uploads,App.Uploads.Builder> implements App.UploadsOrBuilder
Protobuf type viam.app.v1.Uploads
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    The OS and architecture the module is built to run on
    The time when the file was uploaded
    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
    mergeUploadedAt(com.google.protobuf.Timestamp value)
    The time when the file was uploaded
    The OS and architecture the module is built to run on
    setPlatformBytes(com.google.protobuf.ByteString value)
    The OS and architecture the module is built to run on
    setUploadedAt(com.google.protobuf.Timestamp value)
    The time when the file was uploaded
    setUploadedAt(com.google.protobuf.Timestamp.Builder builderForValue)
    The time when the file was uploaded

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPlatform

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

      public com.google.protobuf.ByteString getPlatformBytes()
       The OS and architecture the module is built to run on
       
      string platform = 1 [json_name = "platform"];
      Specified by:
      getPlatformBytes in interface App.UploadsOrBuilder
      Returns:
      The bytes for platform.
    • setPlatform

      public App.Uploads.Builder setPlatform(String value)
       The OS and architecture the module is built to run on
       
      string platform = 1 [json_name = "platform"];
      Parameters:
      value - The platform to set.
      Returns:
      This builder for chaining.
    • clearPlatform

      public App.Uploads.Builder clearPlatform()
       The OS and architecture the module is built to run on
       
      string platform = 1 [json_name = "platform"];
      Returns:
      This builder for chaining.
    • setPlatformBytes

      public App.Uploads.Builder setPlatformBytes(com.google.protobuf.ByteString value)
       The OS and architecture the module is built to run on
       
      string platform = 1 [json_name = "platform"];
      Parameters:
      value - The bytes for platform to set.
      Returns:
      This builder for chaining.
    • hasUploadedAt

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

      public com.google.protobuf.Timestamp getUploadedAt()
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
      Specified by:
      getUploadedAt in interface App.UploadsOrBuilder
      Returns:
      The uploadedAt.
    • setUploadedAt

      public App.Uploads.Builder setUploadedAt(com.google.protobuf.Timestamp value)
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
    • setUploadedAt

      public App.Uploads.Builder setUploadedAt(com.google.protobuf.Timestamp.Builder builderForValue)
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
    • mergeUploadedAt

      public App.Uploads.Builder mergeUploadedAt(com.google.protobuf.Timestamp value)
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
    • clearUploadedAt

      public App.Uploads.Builder clearUploadedAt()
       The time when the file was uploaded
       
      .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];