Class: Google::Cloud::AppEngine::V1::FileInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#mime_type::String

Returns The MIME type of the file.

Defaults to the value from Google Cloud Storage.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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>'.

Returns:

  • (::String)

    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