Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::UploadFileInfo.
A resource that contains a URI to which a data file can be uploaded.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#headers
def headers() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Output only. The headers that were used to sign the URI.
#signed_uri
def signed_uri() -> ::String
Returns
- (::String) — Output only. Upload URI for the file.
#uri_expiration_time
def uri_expiration_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Expiration time of the upload URI.