Package viam.app.dataset.v1
Interface DatasetOuterClass.GetSequenceDatasetExportResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DatasetOuterClass.GetSequenceDatasetExportResponse,DatasetOuterClass.GetSequenceDatasetExportResponse.Builder
- Enclosing class:
DatasetOuterClass
public static interface DatasetOuterClass.GetSequenceDatasetExportResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp completed_at = 7 [json_name = "completedAt"];com.google.protobuf.Timestamp.google.protobuf.Timestamp created_at = 6 [json_name = "createdAt"];Short-lived (e.g.com.google.protobuf.ByteStringShort-lived (e.g.Human-readable cause; empty unless status is FAILED.com.google.protobuf.ByteStringHuman-readable cause; empty unless status is FAILED.com.google.protobuf.TimestampWhen download_url stops working.getJobId()string job_id = 1 [json_name = "jobId"];com.google.protobuf.ByteStringstring job_id = 1 [json_name = "jobId"];.viam.app.dataset.v1.SequenceDatasetExportStatus status = 2 [json_name = "status"];int.viam.app.dataset.v1.SequenceDatasetExportStatus status = 2 [json_name = "status"];boolean.google.protobuf.Timestamp completed_at = 7 [json_name = "completedAt"];boolean.google.protobuf.Timestamp created_at = 6 [json_name = "createdAt"];booleanWhen download_url stops working.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getJobId
String getJobId()string job_id = 1 [json_name = "jobId"];- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()string job_id = 1 [json_name = "jobId"];- Returns:
- The bytes for jobId.
-
getStatusValue
int getStatusValue().viam.app.dataset.v1.SequenceDatasetExportStatus status = 2 [json_name = "status"];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
DatasetOuterClass.SequenceDatasetExportStatus getStatus().viam.app.dataset.v1.SequenceDatasetExportStatus status = 2 [json_name = "status"];- Returns:
- The status.
-
getDownloadUrl
String getDownloadUrl()Short-lived (e.g. 1h) signed URL for direct download from backing storage. Empty unless status is COMPLETED.
string download_url = 3 [json_name = "downloadUrl"];- Returns:
- The downloadUrl.
-
getDownloadUrlBytes
com.google.protobuf.ByteString getDownloadUrlBytes()Short-lived (e.g. 1h) signed URL for direct download from backing storage. Empty unless status is COMPLETED.
string download_url = 3 [json_name = "downloadUrl"];- Returns:
- The bytes for downloadUrl.
-
hasExpiresAt
boolean hasExpiresAt()When download_url stops working. Empty unless status is COMPLETED.
.google.protobuf.Timestamp expires_at = 4 [json_name = "expiresAt"];- Returns:
- Whether the expiresAt field is set.
-
getExpiresAt
com.google.protobuf.Timestamp getExpiresAt()When download_url stops working. Empty unless status is COMPLETED.
.google.protobuf.Timestamp expires_at = 4 [json_name = "expiresAt"];- Returns:
- The expiresAt.
-
getErrorMessage
String getErrorMessage()Human-readable cause; empty unless status is FAILED.
string error_message = 5 [json_name = "errorMessage"];- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()Human-readable cause; empty unless status is FAILED.
string error_message = 5 [json_name = "errorMessage"];- Returns:
- The bytes for errorMessage.
-
hasCreatedAt
boolean hasCreatedAt().google.protobuf.Timestamp created_at = 6 [json_name = "createdAt"];- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt().google.protobuf.Timestamp created_at = 6 [json_name = "createdAt"];- Returns:
- The createdAt.
-
hasCompletedAt
boolean hasCompletedAt().google.protobuf.Timestamp completed_at = 7 [json_name = "completedAt"];- Returns:
- Whether the completedAt field is set.
-
getCompletedAt
com.google.protobuf.Timestamp getCompletedAt().google.protobuf.Timestamp completed_at = 7 [json_name = "completedAt"];- Returns:
- The completedAt.
-