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
- (::Google::Cloud::Functions::V2::StateMessage::Severity) — Severity of the state message.
#severity=
def severity=(value) -> ::Google::Cloud::Functions::V2::StateMessage::Severity
Parameter
- value (::Google::Cloud::Functions::V2::StateMessage::Severity) — Severity of the state message.
Returns
- (::Google::Cloud::Functions::V2::StateMessage::Severity) — Severity of the state message.
#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.