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 Type
    Method
    Description
    com.google.protobuf.Timestamp
    Expiration time of the signed URL token.
    The signed URL for the binary data file.
    com.google.protobuf.ByteString
    The signed URL for the binary data file.
    boolean
    Expiration 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.