Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::Diagnostic (v0.11.0)

Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::Diagnostic.

Represents a diagnostic message (error or warning)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#kind

def kind() -> ::Google::Cloud::ServiceManagement::V1::Diagnostic::Kind
Returns

#kind=

def kind=(value) -> ::Google::Cloud::ServiceManagement::V1::Diagnostic::Kind
Parameter
Returns

#location

def location() -> ::String
Returns
  • (::String) — File name and line number of the error or warning.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — File name and line number of the error or warning.
Returns
  • (::String) — File name and line number of the error or warning.

#message

def message() -> ::String
Returns
  • (::String) — Message describing the error or warning.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Message describing the error or warning.
Returns
  • (::String) — Message describing the error or warning.