google-apis-integrations_v1 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03225dc0f6714d82f74d29694614086475f65cba752fc4e0776afcdc70d05497
4
- data.tar.gz: d842c97fb38986b6fb3b5f1d1f919303195d5b16497c1495d2ff0e6fb5d5850a
3
+ metadata.gz: 24b8dd841e65a925db7391bc6b050f7a8e32310b494351de979097b772ec1a1d
4
+ data.tar.gz: 5ac51e9cb6500a06a877267de45bf1e0db8a75670160d3df4df2ebedf944f5da
5
5
  SHA512:
6
- metadata.gz: d7efa7a127e4d41703dfe567e058edee8a8e26bf39e606d4d5bd98f294f243e02d87fb7b4fe99361aa5dad040d34b708862ebe680c14fae240204c20909dd6a1
7
- data.tar.gz: 4431ecd9b1637f451fec022789589d0b73d5f5deded15e406aee2375068f3fc8b0061a7cc38a5bc64dd6c23cabab9352647b4802d8f9f50d164041488a756fd4
6
+ metadata.gz: 66a7a1a2c3bf65dec3fd1acb15efd8329672186e4a973dcf7d0a67ed394ee0185356387e5dff95a4fa0f61c8cff67547f1612e0433e3fb3695565fe47289661e
7
+ data.tar.gz: c8fa3b0b03360aa5e25671884267ec60310db5c854188fca640550a3fd8b9d4e0509139465a00e5dd89069f67a2ca979b4222595e17dbafa72f50052522f5128
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.12.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250506
6
+
7
+ ### v0.11.0 (2025-05-11)
8
+
9
+ * Regenerated from discovery document revision 20250427
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.10.0 (2025-04-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20250423
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/application-integration) ma
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -5062,17 +5062,17 @@ module Google
5062
5062
  class GoogleCloudConnectorsV1AuthConfig
5063
5063
  include Google::Apis::Core::Hashable
5064
5064
 
5065
- # List containing additional auth configs.
5065
+ # Optional. List containing additional auth configs.
5066
5066
  # Corresponds to the JSON property `additionalVariables`
5067
5067
  # @return [Array<Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable>]
5068
5068
  attr_accessor :additional_variables
5069
5069
 
5070
- # Identifier key for auth config
5070
+ # Optional. Identifier key for auth config
5071
5071
  # Corresponds to the JSON property `authKey`
5072
5072
  # @return [String]
5073
5073
  attr_accessor :auth_key
5074
5074
 
5075
- # The type of authentication configured.
5075
+ # Optional. The type of authentication configured.
5076
5076
  # Corresponds to the JSON property `authType`
5077
5077
  # @return [String]
5078
5078
  attr_accessor :auth_type
@@ -5136,17 +5136,17 @@ module Google
5136
5136
  class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow
5137
5137
  include Google::Apis::Core::Hashable
5138
5138
 
5139
- # Authorization code to be exchanged for access and refresh tokens.
5139
+ # Optional. Authorization code to be exchanged for access and refresh tokens.
5140
5140
  # Corresponds to the JSON property `authCode`
5141
5141
  # @return [String]
5142
5142
  attr_accessor :auth_code
5143
5143
 
5144
- # Auth URL for Authorization Code Flow
5144
+ # Optional. Auth URL for Authorization Code Flow
5145
5145
  # Corresponds to the JSON property `authUri`
5146
5146
  # @return [String]
5147
5147
  attr_accessor :auth_uri
5148
5148
 
5149
- # Client ID for user-provided OAuth app.
5149
+ # Optional. Client ID for user-provided OAuth app.
5150
5150
  # Corresponds to the JSON property `clientId`
5151
5151
  # @return [String]
5152
5152
  attr_accessor :client_id
@@ -5156,23 +5156,24 @@ module Google
5156
5156
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret]
5157
5157
  attr_accessor :client_secret
5158
5158
 
5159
- # Whether to enable PKCE when the user performs the auth code flow.
5159
+ # Optional. Whether to enable PKCE when the user performs the auth code flow.
5160
5160
  # Corresponds to the JSON property `enablePkce`
5161
5161
  # @return [Boolean]
5162
5162
  attr_accessor :enable_pkce
5163
5163
  alias_method :enable_pkce?, :enable_pkce
5164
5164
 
5165
- # PKCE verifier to be used during the auth code exchange.
5165
+ # Optional. PKCE verifier to be used during the auth code exchange.
5166
5166
  # Corresponds to the JSON property `pkceVerifier`
5167
5167
  # @return [String]
5168
5168
  attr_accessor :pkce_verifier
5169
5169
 
5170
- # Redirect URI to be provided during the auth code exchange.
5170
+ # Optional. Redirect URI to be provided during the auth code exchange.
5171
5171
  # Corresponds to the JSON property `redirectUri`
5172
5172
  # @return [String]
5173
5173
  attr_accessor :redirect_uri
5174
5174
 
5175
- # Scopes the connection will request when the user performs the auth code flow.
5175
+ # Optional. Scopes the connection will request when the user performs the auth
5176
+ # code flow.
5176
5177
  # Corresponds to the JSON property `scopes`
5177
5178
  # @return [Array<String>]
5178
5179
  attr_accessor :scopes
@@ -5233,7 +5234,7 @@ module Google
5233
5234
  class GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials
5234
5235
  include Google::Apis::Core::Hashable
5235
5236
 
5236
- # The client identifier.
5237
+ # Optional. The client identifier.
5237
5238
  # Corresponds to the JSON property `clientId`
5238
5239
  # @return [String]
5239
5240
  attr_accessor :client_id
@@ -5285,17 +5286,17 @@ module Google
5285
5286
  class GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims
5286
5287
  include Google::Apis::Core::Hashable
5287
5288
 
5288
- # Value for the "aud" claim.
5289
+ # Optional. Value for the "aud" claim.
5289
5290
  # Corresponds to the JSON property `audience`
5290
5291
  # @return [String]
5291
5292
  attr_accessor :audience
5292
5293
 
5293
- # Value for the "iss" claim.
5294
+ # Optional. Value for the "iss" claim.
5294
5295
  # Corresponds to the JSON property `issuer`
5295
5296
  # @return [String]
5296
5297
  attr_accessor :issuer
5297
5298
 
5298
- # Value for the "sub" claim.
5299
+ # Optional. Value for the "sub" claim.
5299
5300
  # Corresponds to the JSON property `subject`
5300
5301
  # @return [String]
5301
5302
  attr_accessor :subject
@@ -5316,7 +5317,7 @@ module Google
5316
5317
  class GoogleCloudConnectorsV1AuthConfigSshPublicKey
5317
5318
  include Google::Apis::Core::Hashable
5318
5319
 
5319
- # Format of SSH Client cert.
5320
+ # Optional. Format of SSH Client cert.
5320
5321
  # Corresponds to the JSON property `certType`
5321
5322
  # @return [String]
5322
5323
  attr_accessor :cert_type
@@ -5331,7 +5332,7 @@ module Google
5331
5332
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret]
5332
5333
  attr_accessor :ssh_client_cert_pass
5333
5334
 
5334
- # The user account used to authenticate.
5335
+ # Optional. The user account used to authenticate.
5335
5336
  # Corresponds to the JSON property `username`
5336
5337
  # @return [String]
5337
5338
  attr_accessor :username
@@ -5358,7 +5359,7 @@ module Google
5358
5359
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret]
5359
5360
  attr_accessor :password
5360
5361
 
5361
- # Username.
5362
+ # Optional. Username.
5362
5363
  # Corresponds to the JSON property `username`
5363
5364
  # @return [String]
5364
5365
  attr_accessor :username
@@ -5414,7 +5415,7 @@ module Google
5414
5415
  # @return [Fixnum]
5415
5416
  attr_accessor :int_value
5416
5417
 
5417
- # Key of the config variable.
5418
+ # Optional. Key of the config variable.
5418
5419
  # Corresponds to the JSON property `key`
5419
5420
  # @return [String]
5420
5421
  attr_accessor :key
@@ -5525,6 +5526,11 @@ module Google
5525
5526
  # @return [String]
5526
5527
  attr_accessor :envoy_image_location
5527
5528
 
5529
+ # AuthConfig defines details of a authentication type.
5530
+ # Corresponds to the JSON property `euaOauthAuthConfig`
5531
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig]
5532
+ attr_accessor :eua_oauth_auth_config
5533
+
5528
5534
  # Eventing Configuration of a connection next: 18
5529
5535
  # Corresponds to the JSON property `eventingConfig`
5530
5536
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig]
@@ -5541,6 +5547,15 @@ module Google
5541
5547
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData]
5542
5548
  attr_accessor :eventing_runtime_data
5543
5549
 
5550
+ # Optional. Fallback on admin credentials for the connection. If this both
5551
+ # auth_override_enabled and fallback_on_admin_credentials are set to true, the
5552
+ # connection will use the admin credentials if the dynamic auth header is not
5553
+ # present during auth override.
5554
+ # Corresponds to the JSON property `fallbackOnAdminCredentials`
5555
+ # @return [Boolean]
5556
+ attr_accessor :fallback_on_admin_credentials
5557
+ alias_method :fallback_on_admin_credentials?, :fallback_on_admin_credentials
5558
+
5544
5559
  # Output only. The name of the Hostname of the Service Directory service with
5545
5560
  # TLS.
5546
5561
  # Corresponds to the JSON property `host`
@@ -5658,9 +5673,11 @@ module Google
5658
5673
  @description = args[:description] if args.key?(:description)
5659
5674
  @destination_configs = args[:destination_configs] if args.key?(:destination_configs)
5660
5675
  @envoy_image_location = args[:envoy_image_location] if args.key?(:envoy_image_location)
5676
+ @eua_oauth_auth_config = args[:eua_oauth_auth_config] if args.key?(:eua_oauth_auth_config)
5661
5677
  @eventing_config = args[:eventing_config] if args.key?(:eventing_config)
5662
5678
  @eventing_enablement_type = args[:eventing_enablement_type] if args.key?(:eventing_enablement_type)
5663
5679
  @eventing_runtime_data = args[:eventing_runtime_data] if args.key?(:eventing_runtime_data)
5680
+ @fallback_on_admin_credentials = args[:fallback_on_admin_credentials] if args.key?(:fallback_on_admin_credentials)
5664
5681
  @host = args[:host] if args.key?(:host)
5665
5682
  @image_location = args[:image_location] if args.key?(:image_location)
5666
5683
  @is_trusted_tester = args[:is_trusted_tester] if args.key?(:is_trusted_tester)
@@ -5853,9 +5870,9 @@ module Google
5853
5870
  class GoogleCloudConnectorsV1EncryptionKey
5854
5871
  include Google::Apis::Core::Hashable
5855
5872
 
5856
- # The [KMS key name] with which the content of the Operation is encrypted. The
5857
- # expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be
5858
- # empty string if google managed.
5873
+ # Optional. The [KMS key name] with which the content of the Operation is
5874
+ # encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*
5875
+ # `. Will be empty string if google managed.
5859
5876
  # Corresponds to the JSON property `kmsKeyName`
5860
5877
  # @return [String]
5861
5878
  attr_accessor :kms_key_name
@@ -6174,13 +6191,13 @@ module Google
6174
6191
  class GoogleCloudConnectorsV1LockConfig
6175
6192
  include Google::Apis::Core::Hashable
6176
6193
 
6177
- # Indicates whether or not the connection is locked.
6194
+ # Optional. Indicates whether or not the connection is locked.
6178
6195
  # Corresponds to the JSON property `locked`
6179
6196
  # @return [Boolean]
6180
6197
  attr_accessor :locked
6181
6198
  alias_method :locked?, :locked
6182
6199
 
6183
- # Describes why a connection is locked.
6200
+ # Optional. Describes why a connection is locked.
6184
6201
  # Corresponds to the JSON property `reason`
6185
6202
  # @return [String]
6186
6203
  attr_accessor :reason
@@ -6200,7 +6217,8 @@ module Google
6200
6217
  class GoogleCloudConnectorsV1LogConfig
6201
6218
  include Google::Apis::Core::Hashable
6202
6219
 
6203
- # Enabled represents whether logging is enabled or not for a connection.
6220
+ # Optional. Enabled represents whether logging is enabled or not for a
6221
+ # connection.
6204
6222
  # Corresponds to the JSON property `enabled`
6205
6223
  # @return [Boolean]
6206
6224
  attr_accessor :enabled
@@ -6226,12 +6244,12 @@ module Google
6226
6244
  class GoogleCloudConnectorsV1NodeConfig
6227
6245
  include Google::Apis::Core::Hashable
6228
6246
 
6229
- # Maximum number of nodes in the runtime nodes.
6247
+ # Optional. Maximum number of nodes in the runtime nodes.
6230
6248
  # Corresponds to the JSON property `maxNodeCount`
6231
6249
  # @return [Fixnum]
6232
6250
  attr_accessor :max_node_count
6233
6251
 
6234
- # Minimum number of nodes in the runtime nodes.
6252
+ # Optional. Minimum number of nodes in the runtime nodes.
6235
6253
  # Corresponds to the JSON property `minNodeCount`
6236
6254
  # @return [Fixnum]
6237
6255
  attr_accessor :min_node_count
@@ -6301,8 +6319,8 @@ module Google
6301
6319
  class GoogleCloudConnectorsV1Secret
6302
6320
  include Google::Apis::Core::Hashable
6303
6321
 
6304
- # The resource name of the secret version in the format, format as: `projects/*/
6305
- # secrets/*/versions/*`.
6322
+ # Optional. The resource name of the secret version in the format, format as: `
6323
+ # projects/*/secrets/*/versions/*`.
6306
6324
  # Corresponds to the JSON property `secretVersion`
6307
6325
  # @return [String]
6308
6326
  attr_accessor :secret_version
@@ -6480,6 +6498,67 @@ module Google
6480
6498
  end
6481
6499
  end
6482
6500
 
6501
+ # AgentFlow configurations.
6502
+ class GoogleCloudIntegrationsV1alphaAgentFlow
6503
+ include Google::Apis::Core::Hashable
6504
+
6505
+ # Output only. The timestamp when the agent flow was created.
6506
+ # Corresponds to the JSON property `createTime`
6507
+ # @return [String]
6508
+ attr_accessor :create_time
6509
+
6510
+ # Output only. The user who created the agent flow.
6511
+ # Corresponds to the JSON property `creator`
6512
+ # @return [String]
6513
+ attr_accessor :creator
6514
+
6515
+ # Optional. Description of the agent flow.
6516
+ # Corresponds to the JSON property `description`
6517
+ # @return [String]
6518
+ attr_accessor :description
6519
+
6520
+ # Optional. Display name of the agent flow.
6521
+ # Corresponds to the JSON property `displayName`
6522
+ # @return [String]
6523
+ attr_accessor :display_name
6524
+
6525
+ # Required. The flow configuration, represented as a string.
6526
+ # Corresponds to the JSON property `flowConfig`
6527
+ # @return [String]
6528
+ attr_accessor :flow_config
6529
+
6530
+ # Required. Resource name of the agent flow.
6531
+ # Corresponds to the JSON property `name`
6532
+ # @return [String]
6533
+ attr_accessor :name
6534
+
6535
+ # Optional. Name of the NoCodeAgent.
6536
+ # Corresponds to the JSON property `noCodeAgent`
6537
+ # @return [String]
6538
+ attr_accessor :no_code_agent
6539
+
6540
+ # Output only. The timestamp when the agent flow was last updated.
6541
+ # Corresponds to the JSON property `updateTime`
6542
+ # @return [String]
6543
+ attr_accessor :update_time
6544
+
6545
+ def initialize(**args)
6546
+ update!(**args)
6547
+ end
6548
+
6549
+ # Update properties of this object
6550
+ def update!(**args)
6551
+ @create_time = args[:create_time] if args.key?(:create_time)
6552
+ @creator = args[:creator] if args.key?(:creator)
6553
+ @description = args[:description] if args.key?(:description)
6554
+ @display_name = args[:display_name] if args.key?(:display_name)
6555
+ @flow_config = args[:flow_config] if args.key?(:flow_config)
6556
+ @name = args[:name] if args.key?(:name)
6557
+ @no_code_agent = args[:no_code_agent] if args.key?(:no_code_agent)
6558
+ @update_time = args[:update_time] if args.key?(:update_time)
6559
+ end
6560
+ end
6561
+
6483
6562
  # List of API triggerID and their workflow resource name.
6484
6563
  class GoogleCloudIntegrationsV1alphaApiTriggerResource
6485
6564
  include Google::Apis::Core::Hashable
@@ -8287,6 +8366,108 @@ module Google
8287
8366
  end
8288
8367
  end
8289
8368
 
8369
+ # Request message for GenerateAgentFlow.
8370
+ class GoogleCloudIntegrationsV1alphaGenerateAgentFlowRequest
8371
+ include Google::Apis::Core::Hashable
8372
+
8373
+ # Optional. The creator id;
8374
+ # Corresponds to the JSON property `creator`
8375
+ # @return [String]
8376
+ attr_accessor :creator
8377
+
8378
+ # Optional. The description of the AgentFlow to be generated.
8379
+ # Corresponds to the JSON property `description`
8380
+ # @return [String]
8381
+ attr_accessor :description
8382
+
8383
+ # Optional. The display name of the AgentFlow to be generated.
8384
+ # Corresponds to the JSON property `displayName`
8385
+ # @return [String]
8386
+ attr_accessor :display_name
8387
+
8388
+ # Required. The intent, described in natural language, for the AgentFlow to
8389
+ # generate.
8390
+ # Corresponds to the JSON property `intent`
8391
+ # @return [String]
8392
+ attr_accessor :intent
8393
+
8394
+ def initialize(**args)
8395
+ update!(**args)
8396
+ end
8397
+
8398
+ # Update properties of this object
8399
+ def update!(**args)
8400
+ @creator = args[:creator] if args.key?(:creator)
8401
+ @description = args[:description] if args.key?(:description)
8402
+ @display_name = args[:display_name] if args.key?(:display_name)
8403
+ @intent = args[:intent] if args.key?(:intent)
8404
+ end
8405
+ end
8406
+
8407
+ # Response message for GenerateAgentFlow.
8408
+ class GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse
8409
+ include Google::Apis::Core::Hashable
8410
+
8411
+ # AgentFlow configurations.
8412
+ # Corresponds to the JSON property `agentFlow`
8413
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow]
8414
+ attr_accessor :agent_flow
8415
+
8416
+ def initialize(**args)
8417
+ update!(**args)
8418
+ end
8419
+
8420
+ # Update properties of this object
8421
+ def update!(**args)
8422
+ @agent_flow = args[:agent_flow] if args.key?(:agent_flow)
8423
+ end
8424
+ end
8425
+
8426
+ # Request message for GenerateAndUpdateAgentFlow.
8427
+ class GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowRequest
8428
+ include Google::Apis::Core::Hashable
8429
+
8430
+ # Required. The intent, described in natural language, for the AgentFlow to
8431
+ # update.
8432
+ # Corresponds to the JSON property `intent`
8433
+ # @return [String]
8434
+ attr_accessor :intent
8435
+
8436
+ # Optional. The updater id;
8437
+ # Corresponds to the JSON property `updater`
8438
+ # @return [String]
8439
+ attr_accessor :updater
8440
+
8441
+ def initialize(**args)
8442
+ update!(**args)
8443
+ end
8444
+
8445
+ # Update properties of this object
8446
+ def update!(**args)
8447
+ @intent = args[:intent] if args.key?(:intent)
8448
+ @updater = args[:updater] if args.key?(:updater)
8449
+ end
8450
+ end
8451
+
8452
+ # Response message for GenerateAndUpdateAgentFlow.
8453
+ class GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse
8454
+ include Google::Apis::Core::Hashable
8455
+
8456
+ # AgentFlow configurations.
8457
+ # Corresponds to the JSON property `agentFlow`
8458
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow]
8459
+ attr_accessor :agent_flow
8460
+
8461
+ def initialize(**args)
8462
+ update!(**args)
8463
+ end
8464
+
8465
+ # Update properties of this object
8466
+ def update!(**args)
8467
+ @agent_flow = args[:agent_flow] if args.key?(:agent_flow)
8468
+ end
8469
+ end
8470
+
8290
8471
  # Request for GenerateOpenApiSpec.
8291
8472
  class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecRequest
8292
8473
  include Google::Apis::Core::Hashable
@@ -9120,6 +9301,32 @@ module Google
9120
9301
  end
9121
9302
  end
9122
9303
 
9304
+ # Response for ListAgentFlows.
9305
+ class GoogleCloudIntegrationsV1alphaListAgentFlowsResponse
9306
+ include Google::Apis::Core::Hashable
9307
+
9308
+ # Output only. The AgentFlows from the specified collection.
9309
+ # Corresponds to the JSON property `agentFlows`
9310
+ # @return [Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow>]
9311
+ attr_accessor :agent_flows
9312
+
9313
+ # Output only. A token, which can be sent as `page_token` to retrieve the next
9314
+ # page. If this field is omitted, there are no subsequent pages.
9315
+ # Corresponds to the JSON property `nextPageToken`
9316
+ # @return [String]
9317
+ attr_accessor :next_page_token
9318
+
9319
+ def initialize(**args)
9320
+ update!(**args)
9321
+ end
9322
+
9323
+ # Update properties of this object
9324
+ def update!(**args)
9325
+ @agent_flows = args[:agent_flows] if args.key?(:agent_flows)
9326
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
9327
+ end
9328
+ end
9329
+
9123
9330
  # Response to list AuthConfigs.
9124
9331
  class GoogleCloudIntegrationsV1alphaListAuthConfigsResponse
9125
9332
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1
18
18
  # Version of the google-apis-integrations_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250423"
25
+ REVISION = "20250506"
26
26
  end
27
27
  end
28
28
  end
@@ -952,6 +952,12 @@ module Google
952
952
  include Google::Apis::Core::JsonObjectSupport
953
953
  end
954
954
 
955
+ class GoogleCloudIntegrationsV1alphaAgentFlow
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
955
961
  class GoogleCloudIntegrationsV1alphaApiTriggerResource
956
962
  class Representation < Google::Apis::Core::JsonRepresentation; end
957
963
 
@@ -1234,6 +1240,30 @@ module Google
1234
1240
  include Google::Apis::Core::JsonObjectSupport
1235
1241
  end
1236
1242
 
1243
+ class GoogleCloudIntegrationsV1alphaGenerateAgentFlowRequest
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowRequest
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1237
1267
  class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecRequest
1238
1268
  class Representation < Google::Apis::Core::JsonRepresentation; end
1239
1269
 
@@ -1354,6 +1384,12 @@ module Google
1354
1384
  include Google::Apis::Core::JsonObjectSupport
1355
1385
  end
1356
1386
 
1387
+ class GoogleCloudIntegrationsV1alphaListAgentFlowsResponse
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1389
+
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1392
+
1357
1393
  class GoogleCloudIntegrationsV1alphaListAuthConfigsResponse
1358
1394
  class Representation < Google::Apis::Core::JsonRepresentation; end
1359
1395
 
@@ -3372,11 +3408,14 @@ module Google
3372
3408
  collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
3373
3409
 
3374
3410
  property :envoy_image_location, as: 'envoyImageLocation'
3411
+ property :eua_oauth_auth_config, as: 'euaOauthAuthConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
3412
+
3375
3413
  property :eventing_config, as: 'eventingConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig::Representation
3376
3414
 
3377
3415
  property :eventing_enablement_type, as: 'eventingEnablementType'
3378
3416
  property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData::Representation
3379
3417
 
3418
+ property :fallback_on_admin_credentials, as: 'fallbackOnAdminCredentials'
3380
3419
  property :host, as: 'host'
3381
3420
  property :image_location, as: 'imageLocation'
3382
3421
  property :is_trusted_tester, as: 'isTrustedTester'
@@ -3636,6 +3675,20 @@ module Google
3636
3675
  end
3637
3676
  end
3638
3677
 
3678
+ class GoogleCloudIntegrationsV1alphaAgentFlow
3679
+ # @private
3680
+ class Representation < Google::Apis::Core::JsonRepresentation
3681
+ property :create_time, as: 'createTime'
3682
+ property :creator, as: 'creator'
3683
+ property :description, as: 'description'
3684
+ property :display_name, as: 'displayName'
3685
+ property :flow_config, as: 'flowConfig'
3686
+ property :name, as: 'name'
3687
+ property :no_code_agent, as: 'noCodeAgent'
3688
+ property :update_time, as: 'updateTime'
3689
+ end
3690
+ end
3691
+
3639
3692
  class GoogleCloudIntegrationsV1alphaApiTriggerResource
3640
3693
  # @private
3641
3694
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4138,6 +4191,40 @@ module Google
4138
4191
  end
4139
4192
  end
4140
4193
 
4194
+ class GoogleCloudIntegrationsV1alphaGenerateAgentFlowRequest
4195
+ # @private
4196
+ class Representation < Google::Apis::Core::JsonRepresentation
4197
+ property :creator, as: 'creator'
4198
+ property :description, as: 'description'
4199
+ property :display_name, as: 'displayName'
4200
+ property :intent, as: 'intent'
4201
+ end
4202
+ end
4203
+
4204
+ class GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse
4205
+ # @private
4206
+ class Representation < Google::Apis::Core::JsonRepresentation
4207
+ property :agent_flow, as: 'agentFlow', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
4208
+
4209
+ end
4210
+ end
4211
+
4212
+ class GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowRequest
4213
+ # @private
4214
+ class Representation < Google::Apis::Core::JsonRepresentation
4215
+ property :intent, as: 'intent'
4216
+ property :updater, as: 'updater'
4217
+ end
4218
+ end
4219
+
4220
+ class GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse
4221
+ # @private
4222
+ class Representation < Google::Apis::Core::JsonRepresentation
4223
+ property :agent_flow, as: 'agentFlow', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
4224
+
4225
+ end
4226
+ end
4227
+
4141
4228
  class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecRequest
4142
4229
  # @private
4143
4230
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4359,6 +4446,15 @@ module Google
4359
4446
  end
4360
4447
  end
4361
4448
 
4449
+ class GoogleCloudIntegrationsV1alphaListAgentFlowsResponse
4450
+ # @private
4451
+ class Representation < Google::Apis::Core::JsonRepresentation
4452
+ collection :agent_flows, as: 'agentFlows', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
4453
+
4454
+ property :next_page_token, as: 'nextPageToken'
4455
+ end
4456
+ end
4457
+
4362
4458
  class GoogleCloudIntegrationsV1alphaListAuthConfigsResponse
4363
4459
  # @private
4364
4460
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -959,6 +959,257 @@ module Google
959
959
  execute_or_queue_command(command, &block)
960
960
  end
961
961
 
962
+ # Request to create a new AgentFlow with user-provided flow configuration.
963
+ # @param [String] parent
964
+ # Required. Parent resource name where this AgentFlow will be created.
965
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow] google_cloud_integrations_v1alpha_agent_flow_object
966
+ # @param [String] fields
967
+ # Selector specifying which fields to include in a partial response.
968
+ # @param [String] quota_user
969
+ # Available to use for quota purposes for server-side applications. Can be any
970
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
971
+ # @param [Google::Apis::RequestOptions] options
972
+ # Request-specific options
973
+ #
974
+ # @yield [result, err] Result & error if block supplied
975
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow] parsed result object
976
+ # @yieldparam err [StandardError] error object if request failed
977
+ #
978
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow]
979
+ #
980
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
981
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
982
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
983
+ def create_project_location_collection_engine_assistant_agent_flow(parent, google_cloud_integrations_v1alpha_agent_flow_object = nil, fields: nil, quota_user: nil, options: nil, &block)
984
+ command = make_simple_command(:post, 'v1/{+parent}/agentFlows', options)
985
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
986
+ command.request_object = google_cloud_integrations_v1alpha_agent_flow_object
987
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
988
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow
989
+ command.params['parent'] = parent unless parent.nil?
990
+ command.query['fields'] = fields unless fields.nil?
991
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
992
+ execute_or_queue_command(command, &block)
993
+ end
994
+
995
+ # Deletes an existing AgentFlow.
996
+ # @param [String] name
997
+ # Required. The resource name of the AgentFlow to delete.
998
+ # @param [String] fields
999
+ # Selector specifying which fields to include in a partial response.
1000
+ # @param [String] quota_user
1001
+ # Available to use for quota purposes for server-side applications. Can be any
1002
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1003
+ # @param [Google::Apis::RequestOptions] options
1004
+ # Request-specific options
1005
+ #
1006
+ # @yield [result, err] Result & error if block supplied
1007
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleProtobufEmpty] parsed result object
1008
+ # @yieldparam err [StandardError] error object if request failed
1009
+ #
1010
+ # @return [Google::Apis::IntegrationsV1::GoogleProtobufEmpty]
1011
+ #
1012
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1013
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1014
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1015
+ def delete_project_location_collection_engine_assistant_agent_flow(name, fields: nil, quota_user: nil, options: nil, &block)
1016
+ command = make_simple_command(:delete, 'v1/{+name}', options)
1017
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleProtobufEmpty::Representation
1018
+ command.response_class = Google::Apis::IntegrationsV1::GoogleProtobufEmpty
1019
+ command.params['name'] = name unless name.nil?
1020
+ command.query['fields'] = fields unless fields.nil?
1021
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1022
+ execute_or_queue_command(command, &block)
1023
+ end
1024
+
1025
+ # Uses Natural Language (NL) to generate an AgentFlow configuration and create a
1026
+ # new AgentFlow.
1027
+ # @param [String] parent
1028
+ # Required. Parent resource name where this AgentFlow will be created.
1029
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAgentFlowRequest] google_cloud_integrations_v1alpha_generate_agent_flow_request_object
1030
+ # @param [String] fields
1031
+ # Selector specifying which fields to include in a partial response.
1032
+ # @param [String] quota_user
1033
+ # Available to use for quota purposes for server-side applications. Can be any
1034
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1035
+ # @param [Google::Apis::RequestOptions] options
1036
+ # Request-specific options
1037
+ #
1038
+ # @yield [result, err] Result & error if block supplied
1039
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse] parsed result object
1040
+ # @yieldparam err [StandardError] error object if request failed
1041
+ #
1042
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse]
1043
+ #
1044
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1045
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1046
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1047
+ def generate_project_location_collection_engine_assistant_agent_flow(parent, google_cloud_integrations_v1alpha_generate_agent_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1048
+ command = make_simple_command(:post, 'v1/{+parent}/agentFlows:generate', options)
1049
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAgentFlowRequest::Representation
1050
+ command.request_object = google_cloud_integrations_v1alpha_generate_agent_flow_request_object
1051
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse::Representation
1052
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAgentFlowResponse
1053
+ command.params['parent'] = parent unless parent.nil?
1054
+ command.query['fields'] = fields unless fields.nil?
1055
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1056
+ execute_or_queue_command(command, &block)
1057
+ end
1058
+
1059
+ # Uses Natural Language (NL) to generate an AgentFlow configuration and update
1060
+ # an existing AgentFlow.
1061
+ # @param [String] name
1062
+ # Required. The resource name of the AgentFlow to update.
1063
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowRequest] google_cloud_integrations_v1alpha_generate_and_update_agent_flow_request_object
1064
+ # @param [String] fields
1065
+ # Selector specifying which fields to include in a partial response.
1066
+ # @param [String] quota_user
1067
+ # Available to use for quota purposes for server-side applications. Can be any
1068
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1069
+ # @param [Google::Apis::RequestOptions] options
1070
+ # Request-specific options
1071
+ #
1072
+ # @yield [result, err] Result & error if block supplied
1073
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse] parsed result object
1074
+ # @yieldparam err [StandardError] error object if request failed
1075
+ #
1076
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse]
1077
+ #
1078
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1079
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1080
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1081
+ def generate_project_location_collection_engine_assistant_agent_flow_and_update(name, google_cloud_integrations_v1alpha_generate_and_update_agent_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1082
+ command = make_simple_command(:post, 'v1/{+name}:generateAndUpdate', options)
1083
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowRequest::Representation
1084
+ command.request_object = google_cloud_integrations_v1alpha_generate_and_update_agent_flow_request_object
1085
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse::Representation
1086
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateAndUpdateAgentFlowResponse
1087
+ command.params['name'] = name unless name.nil?
1088
+ command.query['fields'] = fields unless fields.nil?
1089
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1090
+ execute_or_queue_command(command, &block)
1091
+ end
1092
+
1093
+ # Gets an existing AgentFlow.
1094
+ # @param [String] name
1095
+ # Required. The resource name of the AgentFlow to get.
1096
+ # @param [String] fields
1097
+ # Selector specifying which fields to include in a partial response.
1098
+ # @param [String] quota_user
1099
+ # Available to use for quota purposes for server-side applications. Can be any
1100
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1101
+ # @param [Google::Apis::RequestOptions] options
1102
+ # Request-specific options
1103
+ #
1104
+ # @yield [result, err] Result & error if block supplied
1105
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow] parsed result object
1106
+ # @yieldparam err [StandardError] error object if request failed
1107
+ #
1108
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow]
1109
+ #
1110
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1111
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1112
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1113
+ def get_project_location_collection_engine_assistant_agent_flow(name, fields: nil, quota_user: nil, options: nil, &block)
1114
+ command = make_simple_command(:get, 'v1/{+name}', options)
1115
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
1116
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow
1117
+ command.params['name'] = name unless name.nil?
1118
+ command.query['fields'] = fields unless fields.nil?
1119
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1120
+ execute_or_queue_command(command, &block)
1121
+ end
1122
+
1123
+ # Lists all AgentFlows.
1124
+ # @param [String] parent
1125
+ # Required. The parent resource where this AgentFlow was created.
1126
+ # @param [String] filter
1127
+ # Optional. Standard filter field. Filtering as supported in https://developers.
1128
+ # google.com/authorized-buyers/apis/guides/list-filters.
1129
+ # @param [String] order_by
1130
+ # Optional. The results would be returned in order specified here. Currently
1131
+ # supported sort keys are: Descending sort order for "create_time", "update_time"
1132
+ # . Ascending sort order for "agent_flow_id", "display_name".
1133
+ # @param [Fixnum] page_size
1134
+ # Optional. The maximum number of AgentFlows to return. The service may return
1135
+ # fewer than this value. If unspecified, at most 100 AgentFlows will be returned.
1136
+ # @param [String] page_token
1137
+ # Optional. A page token, received from a previous `ListAgentFlows` call.
1138
+ # Provide this to retrieve the subsequent page. When paginating, all other
1139
+ # parameters provided to `ListAgentFlows` must match the call that provided the
1140
+ # page token.
1141
+ # @param [String] read_mask
1142
+ # Optional. The mask which specifies fields that need to be returned in the
1143
+ # AgentFlow's response.
1144
+ # @param [String] fields
1145
+ # Selector specifying which fields to include in a partial response.
1146
+ # @param [String] quota_user
1147
+ # Available to use for quota purposes for server-side applications. Can be any
1148
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1149
+ # @param [Google::Apis::RequestOptions] options
1150
+ # Request-specific options
1151
+ #
1152
+ # @yield [result, err] Result & error if block supplied
1153
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListAgentFlowsResponse] parsed result object
1154
+ # @yieldparam err [StandardError] error object if request failed
1155
+ #
1156
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListAgentFlowsResponse]
1157
+ #
1158
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1159
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1160
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1161
+ def list_project_location_collection_engine_assistant_agent_flows(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1162
+ command = make_simple_command(:get, 'v1/{+parent}/agentFlows', options)
1163
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListAgentFlowsResponse::Representation
1164
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListAgentFlowsResponse
1165
+ command.params['parent'] = parent unless parent.nil?
1166
+ command.query['filter'] = filter unless filter.nil?
1167
+ command.query['orderBy'] = order_by unless order_by.nil?
1168
+ command.query['pageSize'] = page_size unless page_size.nil?
1169
+ command.query['pageToken'] = page_token unless page_token.nil?
1170
+ command.query['readMask'] = read_mask unless read_mask.nil?
1171
+ command.query['fields'] = fields unless fields.nil?
1172
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1173
+ execute_or_queue_command(command, &block)
1174
+ end
1175
+
1176
+ # Updates an existing AgentFlow.
1177
+ # @param [String] name
1178
+ # Required. Resource name of the agent flow.
1179
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow] google_cloud_integrations_v1alpha_agent_flow_object
1180
+ # @param [String] update_mask
1181
+ # Optional. Field mask specifying the fields in the above AgentFlow that have
1182
+ # been modified and need to be updated.
1183
+ # @param [String] fields
1184
+ # Selector specifying which fields to include in a partial response.
1185
+ # @param [String] quota_user
1186
+ # Available to use for quota purposes for server-side applications. Can be any
1187
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1188
+ # @param [Google::Apis::RequestOptions] options
1189
+ # Request-specific options
1190
+ #
1191
+ # @yield [result, err] Result & error if block supplied
1192
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow] parsed result object
1193
+ # @yieldparam err [StandardError] error object if request failed
1194
+ #
1195
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow]
1196
+ #
1197
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1198
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1199
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1200
+ def patch_project_location_collection_engine_assistant_agent_flow(name, google_cloud_integrations_v1alpha_agent_flow_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1201
+ command = make_simple_command(:patch, 'v1/{+name}', options)
1202
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
1203
+ command.request_object = google_cloud_integrations_v1alpha_agent_flow_object
1204
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow::Representation
1205
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAgentFlow
1206
+ command.params['name'] = name unless name.nil?
1207
+ command.query['updateMask'] = update_mask unless update_mask.nil?
1208
+ command.query['fields'] = fields unless fields.nil?
1209
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1210
+ execute_or_queue_command(command, &block)
1211
+ end
1212
+
962
1213
  # Lists the available entities and actions associated with a Connection.
963
1214
  # @param [String] name
964
1215
  # Required. ConnectionSchemaMetadata name. Format: projects/`project`/locations/`
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.12.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Application Integration API V1
79
79
  test_files: []