Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAnalyzeUploadRequest
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAnalyzeUploadRequest
- 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
-
#code_reference_id ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaAnalyzeUploadRequest
constructor
A new instance of GoogleChecksReportV1alphaAnalyzeUploadRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_id ⇒ String
Optional. Git commit hash or changelist number associated with the upload.
Corresponds to the JSON property codeReferenceId
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 |