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.



4880
4881
4882
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4880

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)


4878
4879
4880
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4878

def caller_instance_id
  @caller_instance_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4885
4886
4887
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4885

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