View Source GoogleApi.AppEngine.V1.Model.Runtime (google_api_app_engine v0.42.0)
Runtime versions for App Engine.
Attributes
-
decommissionedDate
(type:GoogleApi.AppEngine.V1.Model.Date.t
, default:nil
) - Date when Runtime is decommissioned. -
deprecationDate
(type:GoogleApi.AppEngine.V1.Model.Date.t
, default:nil
) - Date when Runtime is deprecated. -
displayName
(type:String.t
, default:nil
) - User-friendly display name, e.g. 'Node.js 12', etc. -
endOfSupportDate
(type:GoogleApi.AppEngine.V1.Model.Date.t
, default:nil
) - Date when Runtime is end of support. -
environment
(type:String.t
, default:nil
) - The environment of the runtime. -
name
(type:String.t
, default:nil
) - The name of the runtime, e.g., 'go113', 'nodejs12', etc. -
stage
(type:String.t
, default:nil
) - The stage of life this runtime is in, e.g., BETA, GA, etc. -
supportedOperatingSystems
(type:list(String.t)
, default:nil
) - Supported operating systems for the runtime, e.g., 'ubuntu22', etc. -
warnings
(type:list(String.t)
, default:nil
) - Warning messages, e.g., a deprecation warning.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.Runtime{ decommissionedDate: GoogleApi.AppEngine.V1.Model.Date.t() | nil, deprecationDate: GoogleApi.AppEngine.V1.Model.Date.t() | nil, displayName: String.t() | nil, endOfSupportDate: GoogleApi.AppEngine.V1.Model.Date.t() | nil, environment: String.t() | nil, name: String.t() | nil, stage: String.t() | nil, supportedOperatingSystems: [String.t()] | nil, warnings: [String.t()] | nil }