Class: Google::Apis::JobsV3p1beta1::ResponseMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/jobs_v3p1beta1/classes.rb,
generated/google/apis/jobs_v3p1beta1/representations.rb,
generated/google/apis/jobs_v3p1beta1/representations.rb

Overview

Output only. Additional information returned to client, such as debugging information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ResponseMetadata

Returns a new instance of ResponseMetadata



2476
2477
2478
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 2476

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

Instance Attribute Details

#request_idString

A unique id associated with this call. This id is logged for tracking purposes. Corresponds to the JSON property requestId

Returns:

  • (String)


2474
2475
2476
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 2474

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2481
2482
2483
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 2481

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