google-apis-integrations_v1alpha 0.13.0 → 0.14.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: 89623d8ac040e07597d852e0312eb7b192082465c4f94c3fbe045b8d918af818
4
+ data.tar.gz: 69160295000e1e38eedf477ebd6c4eebdb729025e0339cdfd11c91a5678162e5
5
5
  SHA512:
6
- metadata.gz: 50ad6cf92d336f43d2098438bb8c587a1e5a5390ebd9440ed2c077ddbb9e25f235374a6c0ea6b22b52e4775bccd005763e393a7068743d89694a48a2a6cb0cc5
7
- data.tar.gz: 155f2b87540fe4c9980f1c26dc752883a2fd996d95ba09a188ae67ee04629d56c199ebe0849c7b83c2a394ae24112ac86275f75c7d26e748520e5c5dab220dbd
6
+ metadata.gz: d2594fd698756ba65a5e0ff29a054ae9e7ca6caed3abbe9c4920e5cb3f6806677e0313cc7a50d153b9b0236331fe6af3240e3d128c9f27243b9fcc126ec1d244
7
+ data.tar.gz: c7e6bef6ce2271d00df4ca7fcf676f5ef7d57385bcd82be00bff4a3b6c3f5d25a7a600df1c5d7f1f830d6defee9db3ba5b4a4f1d6e69a26f2f40af6831d7b198
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-integrations_v1alpha
2
2
 
3
+ ### v0.14.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
3
7
  ### v0.13.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230409
@@ -656,7 +656,7 @@ module Google
656
656
  include Google::Apis::Core::Hashable
657
657
 
658
658
  # Use this request to post all workflows associated with a given trigger id.
659
- # Next available id: 10
659
+ # Next available id: 11
660
660
  # Corresponds to the JSON property `postToQueueWithTriggerIdRequest`
661
661
  # @return [Google::Apis::IntegrationsV1alpha::GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest]
662
662
  attr_accessor :post_to_queue_with_trigger_id_request
@@ -4859,6 +4859,11 @@ module Google
4859
4859
  # @return [Array<Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable>]
4860
4860
  attr_accessor :additional_variables
4861
4861
 
4862
+ # Identifier key for auth config
4863
+ # Corresponds to the JSON property `authKey`
4864
+ # @return [String]
4865
+ attr_accessor :auth_key
4866
+
4862
4867
  # The type of authentication configured.
4863
4868
  # Corresponds to the JSON property `authType`
4864
4869
  # @return [String]
@@ -4900,6 +4905,7 @@ module Google
4900
4905
  # Update properties of this object
4901
4906
  def update!(**args)
4902
4907
  @additional_variables = args[:additional_variables] if args.key?(:additional_variables)
4908
+ @auth_key = args[:auth_key] if args.key?(:auth_key)
4903
4909
  @auth_type = args[:auth_type] if args.key?(:auth_type)
4904
4910
  @oauth2_auth_code_flow = args[:oauth2_auth_code_flow] if args.key?(:oauth2_auth_code_flow)
4905
4911
  @oauth2_client_credentials = args[:oauth2_client_credentials] if args.key?(:oauth2_client_credentials)
@@ -5258,6 +5264,12 @@ module Google
5258
5264
  # @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus]
5259
5265
  attr_accessor :status
5260
5266
 
5267
+ # Output only. This subscription type enum value states if the metrics should be
5268
+ # sent for billing or not.
5269
+ # Corresponds to the JSON property `subscriptionType`
5270
+ # @return [String]
5271
+ attr_accessor :subscription_type
5272
+
5261
5273
  # Optional. Suspended indicates if a user has suspended a connection or not.
5262
5274
  # Corresponds to the JSON property `suspended`
5263
5275
  # @return [Boolean]
@@ -5292,6 +5304,7 @@ module Google
5292
5304
  @service_directory = args[:service_directory] if args.key?(:service_directory)
5293
5305
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
5294
5306
  @status = args[:status] if args.key?(:status)
5307
+ @subscription_type = args[:subscription_type] if args.key?(:subscription_type)
5295
5308
  @suspended = args[:suspended] if args.key?(:suspended)
5296
5309
  @update_time = args[:update_time] if args.key?(:update_time)
5297
5310
  end
@@ -9056,7 +9069,7 @@ module Google
9056
9069
  end
9057
9070
 
9058
9071
  # Use this request to post all workflows associated with a given trigger id.
9059
- # Next available id: 10
9072
+ # Next available id: 11
9060
9073
  class GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest
9061
9074
  include Google::Apis::Core::Hashable
9062
9075
 
@@ -9099,6 +9112,13 @@ module Google
9099
9112
  # @return [String]
9100
9113
  attr_accessor :request_id
9101
9114
 
9115
+ # This field is only required when using Admin Access. The resource name of
9116
+ # target, or the parent resource name. For example: "projects/*/locations/*/
9117
+ # integrations/*"
9118
+ # Corresponds to the JSON property `resourceName`
9119
+ # @return [String]
9120
+ attr_accessor :resource_name
9121
+
9102
9122
  # Optional. Time in milliseconds since epoch when the given event would be
9103
9123
  # scheduled.
9104
9124
  # Corresponds to the JSON property `scheduledTime`
@@ -9136,6 +9156,7 @@ module Google
9136
9156
  @parameters = args[:parameters] if args.key?(:parameters)
9137
9157
  @priority = args[:priority] if args.key?(:priority)
9138
9158
  @request_id = args[:request_id] if args.key?(:request_id)
9159
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
9139
9160
  @scheduled_time = args[:scheduled_time] if args.key?(:scheduled_time)
9140
9161
  @test_mode = args[:test_mode] if args.key?(:test_mode)
9141
9162
  @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.14.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 = "20230425"
26
26
  end
27
27
  end
28
28
  end
@@ -2734,6 +2734,7 @@ module Google
2734
2734
  class Representation < Google::Apis::Core::JsonRepresentation
2735
2735
  collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable::Representation
2736
2736
 
2737
+ property :auth_key, as: 'authKey'
2737
2738
  property :auth_type, as: 'authType'
2738
2739
  property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow::Representation
2739
2740
 
@@ -2851,6 +2852,7 @@ module Google
2851
2852
 
2852
2853
  property :status, as: 'status', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus::Representation
2853
2854
 
2855
+ property :subscription_type, as: 'subscriptionType'
2854
2856
  property :suspended, as: 'suspended'
2855
2857
  property :update_time, as: 'updateTime'
2856
2858
  end
@@ -3909,6 +3911,7 @@ module Google
3909
3911
 
3910
3912
  property :priority, as: 'priority'
3911
3913
  property :request_id, as: 'requestId'
3914
+ property :resource_name, as: 'resourceName'
3912
3915
  property :scheduled_time, :numeric_string => true, as: 'scheduledTime'
3913
3916
  property :test_mode, as: 'testMode'
3914
3917
  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.14.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-04-30 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.14.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: []