Class: Google::Cloud::Functions::V2::ListRuntimesResponse::Runtime
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::ListRuntimesResponse::Runtime
- 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
-
#decommission_date ⇒ ::Google::Type::Date
Decommission date for the runtime.
-
#deprecation_date ⇒ ::Google::Type::Date
Deprecation date for the runtime.
-
#display_name ⇒ ::String
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
-
#environment ⇒ ::Google::Cloud::Functions::V2::Environment
The environment for the runtime.
-
#name ⇒ ::String
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
-
#stage ⇒ ::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage
The stage of life this runtime is in, e.g., BETA, GA, etc.
-
#warnings ⇒ ::Array<::String>
Warning messages, e.g., a deprecation warning.
Instance Attribute Details
#decommission_date ⇒ ::Google::Type::Date
Returns Decommission date for the runtime.
917 918 919 920 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 917 class Runtime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deprecation_date ⇒ ::Google::Type::Date
Returns Deprecation date for the runtime.
917 918 919 920 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 917 class Runtime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
917 918 919 920 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 917 class Runtime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::Google::Cloud::Functions::V2::Environment
Returns The environment for the runtime.
917 918 919 920 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 917 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.
917 918 919 920 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 917 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.
917 918 919 920 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 917 class Runtime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |