Class: Google::Cloud::MigrationCenter::V1::UploadFileInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

A resource that contains a URI to which a data file can be uploaded.

Defined Under Namespace

Classes: HeadersEntry

Instance Attribute Summary collapse

Instance Attribute Details

#headers::Google::Protobuf::Map{::String => ::String} (readonly)

Returns Output only. The headers that were used to sign the URI.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Output only. The headers that were used to sign the URI.



3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3261

class UploadFileInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class HeadersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#signed_uri::String (readonly)

Returns Output only. Upload URI for the file.

Returns:

  • (::String)

    Output only. Upload URI for the file.



3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3261

class UploadFileInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class HeadersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#uri_expiration_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Expiration time of the upload URI.

Returns:



3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3261

class UploadFileInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class HeadersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end