Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RunReportJobResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1RunReportJobResponse

Returns a new instance of GoogleCloudChannelV1RunReportJobResponse.



2776
2777
2778
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2776

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

Instance Attribute Details

#report_jobGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1ReportJob

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



2768
2769
2770
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2768

def report_job
  @report_job
end

#report_metadataGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1ReportResultsMetadata

The features describing the data. Returned by CloudChannelReportsService. RunReportJob and CloudChannelReportsService.FetchReportResults. Corresponds to the JSON property reportMetadata



2774
2775
2776
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2774

def 
  @report_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2781
2782
2783
2784
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2781

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