Package viam.app.v1
Class AppOuterClass.Uploads.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.Uploads,AppOuterClass.Uploads.Builder>
viam.app.v1.AppOuterClass.Uploads.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.UploadsOrBuilder
- Enclosing class:
- AppOuterClass.Uploads
public static final class AppOuterClass.Uploads.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.Uploads,AppOuterClass.Uploads.Builder>
implements AppOuterClass.UploadsOrBuilder
Protobuf type
viam.app.v1.Uploads
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionThe OS and architecture the module is built to run onThe time when the file was uploadedThe OS and architecture the module is built to run oncom.google.protobuf.ByteString
The OS and architecture the module is built to run oncom.google.protobuf.Timestamp
The time when the file was uploadedboolean
The time when the file was uploadedmergeUploadedAt
(com.google.protobuf.Timestamp value) The time when the file was uploadedsetPlatform
(String value) The OS and architecture the module is built to run onsetPlatformBytes
(com.google.protobuf.ByteString value) The OS and architecture the module is built to run onsetUploadedAt
(com.google.protobuf.Timestamp value) The time when the file was uploadedsetUploadedAt
(com.google.protobuf.Timestamp.Builder builderForValue) The time when the file was uploadedMethods 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
The OS and architecture the module is built to run on
string platform = 1 [json_name = "platform"];
- Specified by:
getPlatform
in interfaceAppOuterClass.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 interfaceAppOuterClass.UploadsOrBuilder
- Returns:
- The bytes for platform.
-
setPlatform
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
The OS and architecture the module is built to run on
string platform = 1 [json_name = "platform"];
- Returns:
- This builder for chaining.
-
setPlatformBytes
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 interfaceAppOuterClass.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 interfaceAppOuterClass.UploadsOrBuilder
- Returns:
- The uploadedAt.
-
setUploadedAt
The time when the file was uploaded
.google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
-
setUploadedAt
public AppOuterClass.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
The time when the file was uploaded
.google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
-
clearUploadedAt
The time when the file was uploaded
.google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"];
-