google-cloud-debugger - Class Google::Cloud::Debugger::Breakpoint::StatusMessage (v0.42.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Breakpoint::StatusMessage.
StatusMessage
Represents a contextual status message. The message can indicate an
error or informational status, and refer to specific parts of the
containing object. For example, the Breakpoint.status field can
indicate an error referring to the BREAKPOINT_SOURCE_LOCATION with
the message Location not found.
Inherits
Object
Methods
.from_grpc
defself.from_grpc(grpc)
New Google::Cloud::Debugger::Breakpoint::StatusMessage
from a Google::Cloud::Debugger::V2::StatusMessage object.
#description
defdescription()
Status message text.
#description=
defdescription=(value)
Status message text.
#is_error
defis_error()
Distinguishes errors from informational messages.
#is_error=
defis_error=(value)
Distinguishes errors from informational messages.
#refers_to
defrefers_to()
Reference to which the message applies.
#refers_to=
defrefers_to=(value)
Reference to which the message applies.
#to_grpc
defto_grpc()
Exports the StatusMessage to a
Google::Cloud::Debugger::V2::StatusMessage object.
Constants
UNSPECIFIED
value: :UNSPECIFIED Constants used as references to which the message applies.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# google-cloud-debugger - Class Google::Cloud::Debugger::Breakpoint::StatusMessage (v0.42.2)\n\nReference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Breakpoint::StatusMessage.\n\nStatusMessage\n-------------\n\nRepresents a contextual status message. The message can indicate an\nerror or informational status, and refer to specific parts of the\ncontaining object. For example, the Breakpoint.status field can\nindicate an error referring to the BREAKPOINT_SOURCE_LOCATION with\nthe message Location not found. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### .from_grpc\n\n def self.from_grpc(grpc)\n\nNew Google::Cloud::Debugger::Breakpoint::StatusMessage\nfrom a Google::Cloud::Debugger::V2::StatusMessage object.\n\n### #description\n\n def description()\n\nStatus message text.\n\n### #description=\n\n def description=(value)\n\nStatus message text.\n\n### #is_error\n\n def is_error()\n\nDistinguishes errors from informational messages.\n\n### #is_error=\n\n def is_error=(value)\n\nDistinguishes errors from informational messages.\n\n### #refers_to\n\n def refers_to()\n\nReference to which the message applies.\n\n### #refers_to=\n\n def refers_to=(value)\n\nReference to which the message applies.\n\n### #to_grpc\n\n def to_grpc()\n\nExports the StatusMessage to a\nGoogle::Cloud::Debugger::V2::StatusMessage object.\n\nConstants\n---------\n\n### UNSPECIFIED\n\n**value:** :UNSPECIFIED \nConstants used as references to which the message applies.\n\n### BREAKPOINT_SOURCE_LOCATION\n\n**value:**:BREAKPOINT_SOURCE_LOCATION\n\n### BREAKPOINT_CONDITION\n\n**value:**:BREAKPOINT_CONDITION\n\n### BREAKPOINT_EXPRESSION\n\n**value:**:BREAKPOINT_EXPRESSION\n\n### BREAKPOINT_AGE\n\n**value:**:BREAKPOINT_AGE\n\n### VARIABLE_NAME\n\n**value:**:VARIABLE_NAME\n\n### VARIABLE_VALUE\n\n**value:**:VARIABLE_VALUE"]]