Class: Google::Cloud::MigrationCenter::V1::UploadFileInfo
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::UploadFileInfo
- 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
-
#headers ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
-
#signed_uri ⇒ ::String
readonly
Output only.
-
#uri_expiration_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#headers ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns Output only. The headers that were used to sign the URI.
3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3231 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.
3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3231 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.
3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3231 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 |