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 TypeMethodDescriptionThe 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 uploadedMethods 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.
-