Cloud Functions V2 API - Class Google::Cloud::Functions::V2::ListRuntimesResponse::Runtime (v0.7.0)

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

#environment=

def environment=(value) -> ::Google::Cloud::Functions::V2::Environment
Parameter
Returns

#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

#stage=

def stage=(value) -> ::Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage
Parameter
Returns

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