API hub V1 API - Class Google::Cloud::ApiHub::V1::LintResponse (v0.1.1)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::LintResponse.

LintResponse contains the response from the linter.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#issues

def issues() -> ::Array<::Google::Cloud::ApiHub::V1::Issue>
Returns

#issues=

def issues=(value) -> ::Array<::Google::Cloud::ApiHub::V1::Issue>
Parameter
Returns

#linter

def linter() -> ::Google::Cloud::ApiHub::V1::Linter
Returns

#linter=

def linter=(value) -> ::Google::Cloud::ApiHub::V1::Linter
Parameter
Returns

#source

def source() -> ::String
Returns
  • (::String) — Required. Name of the linting application.

#source=

def source=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the linting application.
Returns
  • (::String) — Required. Name of the linting application.

#state

def state() -> ::Google::Cloud::ApiHub::V1::LintState
Returns

#state=

def state=(value) -> ::Google::Cloud::ApiHub::V1::LintState
Parameter
Returns

#summary

def summary() -> ::Array<::Google::Cloud::ApiHub::V1::LintResponse::SummaryEntry>
Returns

#summary=

def summary=(value) -> ::Array<::Google::Cloud::ApiHub::V1::LintResponse::SummaryEntry>
Parameter
Returns