Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Request for the Provision rpc
Instance Attribute Summary collapse
-
#cloud_kms_config ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig
Configuration information for Client's Cloud KMS information Corresponds to the JSON property
cloudKmsConfig. -
#create_sample_workflows ⇒ Boolean
(also: #create_sample_workflows?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaProvisionClientRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaProvisionClientRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaProvisionClientRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaProvisionClientRequest.
8436 8437 8438 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8436 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_kms_config ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig
Configuration information for Client's Cloud KMS information
Corresponds to the JSON property cloudKmsConfig
8427 8428 8429 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8427 def cloud_kms_config @cloud_kms_config end |
#create_sample_workflows ⇒ Boolean Also known as: create_sample_workflows?
Optional. Indicates if sample workflow should be created along with
provisioning
Corresponds to the JSON property createSampleWorkflows
8433 8434 8435 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8433 def create_sample_workflows @create_sample_workflows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8441 8442 8443 8444 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8441 def update!(**args) @cloud_kms_config = args[:cloud_kms_config] if args.key?(:cloud_kms_config) @create_sample_workflows = args[:create_sample_workflows] if args.key?(:create_sample_workflows) end |