Reference documentation and code samples for the Google Cloud Api Hub V1 Client class LintResponse.
LintResponse contains the response from the linter.
Generated from protobuf message google.cloud.apihub.v1.LintResponse
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ issues
↳ summary
array< LintResponse\SummaryEntry
>
Optional. Summary of all issue types and counts for each severity level.
↳ state
int
Required. Lint state represents success or failure for linting.
↳ source
string
Required. Name of the linting application.
↳ linter
int
Required. Name of the linter used.
↳ create_time
getIssues
Optional. Array of issues found in the analyzed document.
setIssues
Optional. Array of issues found in the analyzed document.
$this
getSummary
Optional. Summary of all issue types and counts for each severity level.
setSummary
Optional. Summary of all issue types and counts for each severity level.
$this
getState
Required. Lint state represents success or failure for linting.
int
setState
Required. Lint state represents success or failure for linting.
var
int
Enum of type LintState .
$this
getSource
Required. Name of the linting application.
string
setSource
Required. Name of the linting application.
var
string
$this
getLinter
Required. Name of the linter used.
int
setLinter
Required. Name of the linter used.
var
int
Enum of type Linter .
$this
getCreateTime
Required. Timestamp when the linting response was generated.
hasCreateTime
clearCreateTime
setCreateTime
Required. Timestamp when the linting response was generated.
$this

