Interface Dataproxy.CreateDownloadLocationResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getExpiresAt()
      ExpiresAt defines when will the signed URL expires.
      com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder()
      ExpiresAt defines when will the signed URL expires.
      String getSignedUrl()
      SignedUrl specifies the url to use to download content from (e.g.
      com.google.protobuf.ByteString getSignedUrlBytes()
      SignedUrl specifies the url to use to download content from (e.g.
      boolean hasExpiresAt()
      ExpiresAt defines when will the signed URL expires.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSignedUrl

        String getSignedUrl()
         SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
         
        string signed_url = 1;
        Returns:
        The signedUrl.
      • getSignedUrlBytes

        com.google.protobuf.ByteString getSignedUrlBytes()
         SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
         
        string signed_url = 1;
        Returns:
        The bytes for signedUrl.
      • hasExpiresAt

        boolean hasExpiresAt()
         ExpiresAt defines when will the signed URL expires.
         
        .google.protobuf.Timestamp expires_at = 2;
        Returns:
        Whether the expiresAt field is set.
      • getExpiresAt

        com.google.protobuf.Timestamp getExpiresAt()
         ExpiresAt defines when will the signed URL expires.
         
        .google.protobuf.Timestamp expires_at = 2;
        Returns:
        The expiresAt.
      • getExpiresAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder()
         ExpiresAt defines when will the signed URL expires.
         
        .google.protobuf.Timestamp expires_at = 2;