Class: Google::Cloud::AppEngine::V1::FileInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::FileInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/deploy.rb
Overview
Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.
Instance Attribute Summary collapse
-
#mime_type ⇒ ::String
The MIME type of the file.
-
#sha1_sum ⇒ ::String
The SHA1 hash of the file, in hex.
-
#source_url ⇒ ::String
URL source to use to fetch this file.
Instance Attribute Details
#mime_type ⇒ ::String
Returns The MIME type of the file.
Defaults to the value from Google Cloud Storage.
73 74 75 76 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 73 class FileInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sha1_sum ⇒ ::String
Returns The SHA1 hash of the file, in hex.
73 74 75 76 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 73 class FileInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_url ⇒ ::String
Returns URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/<bucket>/<object>'.
73 74 75 76 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 73 class FileInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |