Reference documentation and code samples for the Cloud Functions V2 API class Google::Cloud::Functions::V2::ListRuntimesResponse::Runtime.
Describes a runtime and any special information (e.g., deprecation status) related to it.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — 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.
#environment
def environment() -> ::Google::Cloud::Functions::V2::Environment
Returns
- (::Google::Cloud::Functions::V2::Environment) — The environment for the runtime.
#environment=
def environment=(value) -> ::Google::Cloud::Functions::V2::Environment
Parameter
- value (::Google::Cloud::Functions::V2::Environment) — The environment for the runtime.
Returns
- (::Google::Cloud::Functions::V2::Environment) — The environment for the runtime.
#name
def name() -> ::String
Returns
- (::String) — The name of the runtime, e.g., 'go113', 'nodejs12', etc.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the runtime, e.g., 'go113', 'nodejs12', etc.
Returns
- (::String) — The name of the runtime, e.g., 'go113', 'nodejs12', etc.
#stage
def stage() -> ::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage
Returns
- (::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage) — The stage of life this runtime is in, e.g., BETA, GA, etc.
#stage=
def stage=(value) -> ::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage
Parameter
- value (::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage) — The stage of life this runtime is in, e.g., BETA, GA, etc.
Returns
- (::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage) — The stage of life this runtime is in, e.g., BETA, GA, etc.
#warnings
def warnings() -> ::Array<::String>
Returns
- (::Array<::String>) — Warning messages, e.g., a deprecation warning.
#warnings=
def warnings=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Warning messages, e.g., a deprecation warning.
Returns
- (::Array<::String>) — Warning messages, e.g., a deprecation warning.