Cloud Functions V2 API - Class Google::Cloud::Functions::V2::StateMessage (v0.3.0)

Reference documentation and code samples for the Cloud Functions V2 API class Google::Cloud::Functions::V2::StateMessage.

Informational messages about the state of the Cloud Function or Operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message

def message() -> ::String
Returns
  • (::String) — The message.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — The message.
Returns
  • (::String) — The message.

#severity

def severity() -> ::Google::Cloud::Functions::V2::StateMessage::Severity
Returns

#severity=

def severity=(value) -> ::Google::Cloud::Functions::V2::StateMessage::Severity
Parameter
Returns

#type

def type() -> ::String
Returns
  • (::String) — One-word CamelCase type of the state message.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — One-word CamelCase type of the state message.
Returns
  • (::String) — One-word CamelCase type of the state message.