Class: Google::Cloud::Functions::V2::ListRuntimesResponse::Runtime

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

Overview

Describes a runtime and any special information (e.g., deprecation status) related to it.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The user facing name, eg 'Go 1.13', 'Node.js 12', etc.

Returns:

  • (::String)

    The user facing name, eg 'Go 1.13', 'Node.js 12', etc.



856
857
858
859
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 856

class Runtime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#environment::Google::Cloud::Functions::V2::Environment

Returns The environment for the runtime.

Returns:



856
857
858
859
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 856

class Runtime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The name of the runtime, e.g., 'go113', 'nodejs12', etc.

Returns:

  • (::String)

    The name of the runtime, e.g., 'go113', 'nodejs12', etc.



856
857
858
859
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 856

class Runtime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stage::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage

Returns The stage of life this runtime is in, e.g., BETA, GA, etc.

Returns:



856
857
858
859
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 856

class Runtime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#warnings::Array<::String>

Returns Warning messages, e.g., a deprecation warning.

Returns:

  • (::Array<::String>)

    Warning messages, e.g., a deprecation warning.



856
857
858
859
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 856

class Runtime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end