Reference documentation and code samples for the Google Cloud Service Management V1 Client class Diagnostic.
Represents a diagnostic message (error or warning)
Generated from protobuf message google.api.servicemanagement.v1.Diagnostic
Namespace
Google \ Cloud \ ServiceManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ location
string
File name and line number of the error or warning.
↳ kind
int
The kind of diagnostic information provided.
↳ message
string
Message describing the error or warning.
getLocation
File name and line number of the error or warning.
string
setLocation
File name and line number of the error or warning.
var
string
$this
getKind
The kind of diagnostic information provided.
int
setKind
The kind of diagnostic information provided.
var
int
$this
getMessage
Message describing the error or warning.
string
setMessage
Message describing the error or warning.
var
string
$this