google-apis-integrations_v1alpha 0.13.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef86b60fa11215d6cd6bdf2dbeccfb57d0dd45a47b1058e7b706262de1a5a4b5
4
- data.tar.gz: 3fa873f3ac9f278f5421874e510b4ccac019036b1b131077b5bf6d57017879cf
3
+ metadata.gz: d8770442f9f0c1549a990c877bc498900bbbb811d78a7f43534466332c2d962b
4
+ data.tar.gz: faa968371f8a3ee417b96e7f355c8d7167dedfe7b6617219d27c20afb5954727
5
5
  SHA512:
6
- metadata.gz: 50ad6cf92d336f43d2098438bb8c587a1e5a5390ebd9440ed2c077ddbb9e25f235374a6c0ea6b22b52e4775bccd005763e393a7068743d89694a48a2a6cb0cc5
7
- data.tar.gz: 155f2b87540fe4c9980f1c26dc752883a2fd996d95ba09a188ae67ee04629d56c199ebe0849c7b83c2a394ae24112ac86275f75c7d26e748520e5c5dab220dbd
6
+ metadata.gz: ec1f92dd63d140e7f516d9fc1034746fd757eab01294c027a82ce6e6cb8ce9adc9a98046e0176c6aacd2e3b1e07fe729fef96bf6bbf66639295055c65818f69f
7
+ data.tar.gz: 51c0b10af33c8856d7cbbf7f12be82da66336fe99706e68b2359f10e3354f2c87fcdacdf7e4791ecc3b3f2182f2f0c037f48b831db1ad46d341da9d22179dde6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-integrations_v1alpha
2
2
 
3
+ ### v0.15.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230502
6
+
7
+ ### v0.14.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230425
10
+
3
11
  ### v0.13.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230409
@@ -426,6 +426,12 @@ module Google
426
426
  # @return [String]
427
427
  attr_accessor :location_name
428
428
 
429
+ # Optional. The service account used for authentication of this KMS key. If this
430
+ # is not provided, the service account in Client.clientSource will be used.
431
+ # Corresponds to the JSON property `serviceAccount`
432
+ # @return [String]
433
+ attr_accessor :service_account
434
+
429
435
  def initialize(**args)
430
436
  update!(**args)
431
437
  end
@@ -437,6 +443,7 @@ module Google
437
443
  @key_ring_name = args[:key_ring_name] if args.key?(:key_ring_name)
438
444
  @key_version_name = args[:key_version_name] if args.key?(:key_version_name)
439
445
  @location_name = args[:location_name] if args.key?(:location_name)
446
+ @service_account = args[:service_account] if args.key?(:service_account)
440
447
  end
441
448
  end
442
449
 
@@ -656,7 +663,7 @@ module Google
656
663
  include Google::Apis::Core::Hashable
657
664
 
658
665
  # Use this request to post all workflows associated with a given trigger id.
659
- # Next available id: 10
666
+ # Next available id: 11
660
667
  # Corresponds to the JSON property `postToQueueWithTriggerIdRequest`
661
668
  # @return [Google::Apis::IntegrationsV1alpha::GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest]
662
669
  attr_accessor :post_to_queue_with_trigger_id_request
@@ -4859,6 +4866,11 @@ module Google
4859
4866
  # @return [Array<Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable>]
4860
4867
  attr_accessor :additional_variables
4861
4868
 
4869
+ # Identifier key for auth config
4870
+ # Corresponds to the JSON property `authKey`
4871
+ # @return [String]
4872
+ attr_accessor :auth_key
4873
+
4862
4874
  # The type of authentication configured.
4863
4875
  # Corresponds to the JSON property `authType`
4864
4876
  # @return [String]
@@ -4900,6 +4912,7 @@ module Google
4900
4912
  # Update properties of this object
4901
4913
  def update!(**args)
4902
4914
  @additional_variables = args[:additional_variables] if args.key?(:additional_variables)
4915
+ @auth_key = args[:auth_key] if args.key?(:auth_key)
4903
4916
  @auth_type = args[:auth_type] if args.key?(:auth_type)
4904
4917
  @oauth2_auth_code_flow = args[:oauth2_auth_code_flow] if args.key?(:oauth2_auth_code_flow)
4905
4918
  @oauth2_client_credentials = args[:oauth2_client_credentials] if args.key?(:oauth2_client_credentials)
@@ -5258,6 +5271,12 @@ module Google
5258
5271
  # @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus]
5259
5272
  attr_accessor :status
5260
5273
 
5274
+ # Output only. This subscription type enum value states if the metrics should be
5275
+ # sent for billing or not.
5276
+ # Corresponds to the JSON property `subscriptionType`
5277
+ # @return [String]
5278
+ attr_accessor :subscription_type
5279
+
5261
5280
  # Optional. Suspended indicates if a user has suspended a connection or not.
5262
5281
  # Corresponds to the JSON property `suspended`
5263
5282
  # @return [Boolean]
@@ -5292,6 +5311,7 @@ module Google
5292
5311
  @service_directory = args[:service_directory] if args.key?(:service_directory)
5293
5312
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
5294
5313
  @status = args[:status] if args.key?(:status)
5314
+ @subscription_type = args[:subscription_type] if args.key?(:subscription_type)
5295
5315
  @suspended = args[:suspended] if args.key?(:suspended)
5296
5316
  @update_time = args[:update_time] if args.key?(:update_time)
5297
5317
  end
@@ -9056,7 +9076,7 @@ module Google
9056
9076
  end
9057
9077
 
9058
9078
  # Use this request to post all workflows associated with a given trigger id.
9059
- # Next available id: 10
9079
+ # Next available id: 11
9060
9080
  class GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest
9061
9081
  include Google::Apis::Core::Hashable
9062
9082
 
@@ -9099,6 +9119,13 @@ module Google
9099
9119
  # @return [String]
9100
9120
  attr_accessor :request_id
9101
9121
 
9122
+ # This field is only required when using Admin Access. The resource name of
9123
+ # target, or the parent resource name. For example: "projects/*/locations/*/
9124
+ # integrations/*"
9125
+ # Corresponds to the JSON property `resourceName`
9126
+ # @return [String]
9127
+ attr_accessor :resource_name
9128
+
9102
9129
  # Optional. Time in milliseconds since epoch when the given event would be
9103
9130
  # scheduled.
9104
9131
  # Corresponds to the JSON property `scheduledTime`
@@ -9136,6 +9163,7 @@ module Google
9136
9163
  @parameters = args[:parameters] if args.key?(:parameters)
9137
9164
  @priority = args[:priority] if args.key?(:priority)
9138
9165
  @request_id = args[:request_id] if args.key?(:request_id)
9166
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
9139
9167
  @scheduled_time = args[:scheduled_time] if args.key?(:scheduled_time)
9140
9168
  @test_mode = args[:test_mode] if args.key?(:test_mode)
9141
9169
  @trigger_id = args[:trigger_id] if args.key?(:trigger_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1alpha
18
18
  # Version of the google-apis-integrations_v1alpha gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230409"
25
+ REVISION = "20230502"
26
26
  end
27
27
  end
28
28
  end
@@ -1494,6 +1494,7 @@ module Google
1494
1494
  property :key_ring_name, as: 'keyRingName'
1495
1495
  property :key_version_name, as: 'keyVersionName'
1496
1496
  property :location_name, as: 'locationName'
1497
+ property :service_account, as: 'serviceAccount'
1497
1498
  end
1498
1499
  end
1499
1500
 
@@ -2734,6 +2735,7 @@ module Google
2734
2735
  class Representation < Google::Apis::Core::JsonRepresentation
2735
2736
  collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable::Representation
2736
2737
 
2738
+ property :auth_key, as: 'authKey'
2737
2739
  property :auth_type, as: 'authType'
2738
2740
  property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow::Representation
2739
2741
 
@@ -2851,6 +2853,7 @@ module Google
2851
2853
 
2852
2854
  property :status, as: 'status', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus::Representation
2853
2855
 
2856
+ property :subscription_type, as: 'subscriptionType'
2854
2857
  property :suspended, as: 'suspended'
2855
2858
  property :update_time, as: 'updateTime'
2856
2859
  end
@@ -3909,6 +3912,7 @@ module Google
3909
3912
 
3910
3913
  property :priority, as: 'priority'
3911
3914
  property :request_id, as: 'requestId'
3915
+ property :resource_name, as: 'resourceName'
3912
3916
  property :scheduled_time, :numeric_string => true, as: 'scheduledTime'
3913
3917
  property :test_mode, as: 'testMode'
3914
3918
  property :trigger_id, as: 'triggerId'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-16 00:00:00.000000000 Z
11
+ date: 2023-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []