Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAnalyzeUploadRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/checks_v1alpha/classes.rb,
lib/google/apis/checks_v1alpha/representations.rb,
lib/google/apis/checks_v1alpha/representations.rb

Overview

The request message for ReportService.AnalyzeUpload.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaAnalyzeUploadRequest

Returns a new instance of GoogleChecksReportV1alphaAnalyzeUploadRequest.



246
247
248
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 246

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#code_reference_idString

Optional. Git commit hash or changelist number associated with the upload. Corresponds to the JSON property codeReferenceId

Returns:

  • (String)


244
245
246
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 244

def code_reference_id
  @code_reference_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



251
252
253
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 251

def update!(**args)
  @code_reference_id = args[:code_reference_id] if args.key?(:code_reference_id)
end