Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata

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

Overview

Additional information returned to client, such as debugging information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContentwarehouseV1ResponseMetadata

Returns a new instance of GoogleCloudContentwarehouseV1ResponseMetadata.



3051
3052
3053
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3051

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

Instance Attribute Details

#request_idString

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

Returns:

  • (String)


3049
3050
3051
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3049

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3056
3057
3058
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3056

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