Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest

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

Overview

Request message for claiming a certificate provisioning process.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest

Returns a new instance of GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest.



5013
5014
5015
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5013

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

Instance Attribute Details

#caller_instance_idString

Required. The instance id of the caller. Corresponds to the JSON property callerInstanceId

Returns:

  • (String)


5011
5012
5013
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5011

def caller_instance_id
  @caller_instance_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5018
5019
5020
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5018

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