Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1RunReportJobResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1RunReportJobResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
Response message for CloudChannelReportsService.RunReportJob.
Instance Attribute Summary collapse
-
#report_job ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportJob
The result of a RunReportJob operation.
-
#report_metadata ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportResultsMetadata
The features describing the data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1RunReportJobResponse
constructor
A new instance of GoogleCloudChannelV1alpha1RunReportJobResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1RunReportJobResponse
Returns a new instance of GoogleCloudChannelV1alpha1RunReportJobResponse.
4146 4147 4148 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 4146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#report_job ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportJob
The result of a RunReportJob operation. Contains the name to use in
FetchReportResultsRequest.report_job and the status of the operation.
Corresponds to the JSON property reportJob
4138 4139 4140 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 4138 def report_job @report_job end |
#report_metadata ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportResultsMetadata
The features describing the data. Returned by CloudChannelReportsService.
RunReportJob and CloudChannelReportsService.FetchReportResults.
Corresponds to the JSON property reportMetadata
4144 4145 4146 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 4144 def @report_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4151 4152 4153 4154 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 4151 def update!(**args) @report_job = args[:report_job] if args.key?(:report_job) @report_metadata = args[:report_metadata] if args.key?(:report_metadata) end |