Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aadb90d

Browse filesBrowse files
feat: Automated regeneration of Integrations client (googleapis#11274)
Auto-created at 2024-04-10 13:13:48 +0000 using the toys pull request generator.
1 parent 6c60637 commit aadb90d
Copy full SHA for aadb90d

4 files changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎clients/integrations/lib/google_api/integrations/v1alpha/api/projects.ex‎

Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1alpha/api/projects.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ defmodule GoogleApi.Integrations.V1alpha.Api.Projects do
500500
## Parameters
501501
502502
* `connection` (*type:* `GoogleApi.Integrations.V1alpha.Connection.t`) - Connection to server
503-
* `name` (*type:* `String.t`) - Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
503+
* `name` (*type:* `String.t`) - Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}.
504504
* `optional_params` (*type:* `keyword()`) - Optional parameters
505505
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
506506
* `:access_token` (*type:* `String.t`) - OAuth access token.
@@ -2847,7 +2847,7 @@ defmodule GoogleApi.Integrations.V1alpha.Api.Projects do
28472847
## Parameters
28482848
28492849
* `connection` (*type:* `GoogleApi.Integrations.V1alpha.Connection.t`) - Connection to server
2850-
* `name` (*type:* `String.t`) - Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
2850+
* `name` (*type:* `String.t`) - Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}.
28512851
* `optional_params` (*type:* `keyword()`) - Optional parameters
28522852
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
28532853
* `:access_token` (*type:* `String.t`) - OAuth access token.
Collapse file

‎clients/integrations/lib/google_api/integrations/v1alpha/metadata.ex‎

Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1alpha/metadata.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Integrations.V1alpha do
2020
API client metadata for GoogleApi.Integrations.V1alpha.
2121
"""
2222

23-
@discovery_revision "20240327"
23+
@discovery_revision "20240402"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end
Collapse file

‎clients/integrations/lib/google_api/integrations/v1alpha/model/google_cloud_integrations_v1alpha_auth_config.ex‎

Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1alpha/model/google_cloud_integrations_v1alpha_auth_config.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAut
3131
* `encryptedCredential` (*type:* `String.t`, *default:* `nil`) - Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
3232
* `expiryNotificationDuration` (*type:* `list(String.t)`, *default:* `nil`) - User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
3333
* `lastModifierEmail` (*type:* `String.t`, *default:* `nil`) - The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
34-
* `name` (*type:* `String.t`, *default:* `nil`) - Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
34+
* `name` (*type:* `String.t`, *default:* `nil`) - Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}.
3535
* `overrideValidTime` (*type:* `DateTime.t`, *default:* `nil`) - User provided expiry time to override. For the example of Salesforce, username/password credentials can be valid for 6 months depending on the instance settings.
3636
* `reason` (*type:* `String.t`, *default:* `nil`) - The reason / details of the current status.
3737
* `state` (*type:* `String.t`, *default:* `nil`) - The status of the auth config.
Collapse file

‎clients/integrations/mix.exs‎

Copy file name to clipboardExpand all lines: clients/integrations/mix.exs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Integrations.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.3.0"
21+
@version "0.3.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.