Package viam.app.data.v1
Interface Data.CreateBinaryDataSignedURLResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.CreateBinaryDataSignedURLResponse,Data.CreateBinaryDataSignedURLResponse.Builder
- Enclosing class:
- Data
public static interface Data.CreateBinaryDataSignedURLResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampExpiration time of the signed URL token.The signed URL for the binary data file.com.google.protobuf.ByteStringThe signed URL for the binary data file.booleanExpiration time of the signed URL token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSignedUrl
String getSignedUrl()The signed URL for the binary data file.
string signed_url = 1 [json_name = "signedUrl"];- Returns:
- The signedUrl.
-
getSignedUrlBytes
com.google.protobuf.ByteString getSignedUrlBytes()The signed URL for the binary data file.
string signed_url = 1 [json_name = "signedUrl"];- Returns:
- The bytes for signedUrl.
-
hasExpiresAt
boolean hasExpiresAt()Expiration time of the signed URL token.
.google.protobuf.Timestamp expires_at = 2 [json_name = "expiresAt"];- Returns:
- Whether the expiresAt field is set.
-
getExpiresAt
com.google.protobuf.Timestamp getExpiresAt()Expiration time of the signed URL token.
.google.protobuf.Timestamp expires_at = 2 [json_name = "expiresAt"];- Returns:
- The expiresAt.
-