Skip to content

Commit 72bfa62

Browse files
feat: Automated regeneration of Connectors client (googleapis#13024)
Auto-created at 2025-02-23 13:09:28 +0000 using the toys pull request generator.
1 parent 5b3e43d commit 72bfa62

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/connectors/lib/google_api/connectors/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Connectors.V1 do
2020
API client metadata for GoogleApi.Connectors.V1.
2121
"""
2222

23-
@discovery_revision "20250205"
23+
@discovery_revision "20250218"
2424

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

clients/connectors/lib/google_api/connectors/v1/model/json_schema.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.Connectors.V1.Model.JsonSchema do
2121
2222
## Attributes
2323
24+
* `additionalDetails` (*type:* `map()`, *default:* `nil`) - Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema
2425
* `default` (*type:* `any()`, *default:* `nil`) - The default value of the field or object described by this schema.
2526
* `description` (*type:* `String.t`, *default:* `nil`) - A description of this schema.
2627
* `enum` (*type:* `list(any())`, *default:* `nil`) - Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values
@@ -35,6 +36,7 @@ defmodule GoogleApi.Connectors.V1.Model.JsonSchema do
3536
use GoogleApi.Gax.ModelBase
3637

3738
@type t :: %__MODULE__{
39+
:additionalDetails => map() | nil,
3840
:default => any() | nil,
3941
:description => String.t() | nil,
4042
:enum => list(any()) | nil,
@@ -47,6 +49,7 @@ defmodule GoogleApi.Connectors.V1.Model.JsonSchema do
4749
:type => list(String.t()) | nil
4850
}
4951

52+
field(:additionalDetails, type: :map)
5053
field(:default)
5154
field(:description)
5255
field(:enum, type: :list)

clients/connectors/lib/google_api/connectors/v1/model/role_grant.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.Connectors.V1.Model.RoleGrant do
2222
## Attributes
2323
2424
* `helperTextTemplate` (*type:* `String.t`, *default:* `nil`) - Optional. Template that UI can use to provide helper text to customers.
25-
* `principal` (*type:* `String.t`, *default:* `nil`) - Optional. Prinicipal/Identity for whom the role need to assigned.
25+
* `principal` (*type:* `String.t`, *default:* `nil`) - Optional. Principal/Identity for whom the role need to assigned.
2626
* `resource` (*type:* `GoogleApi.Connectors.V1.Model.Resource.t`, *default:* `nil`) - Optional. Resource on which the roles needs to be granted for the principal.
2727
* `roles` (*type:* `list(String.t)`, *default:* `nil`) - Optional. List of roles that need to be granted.
2828
"""

clients/connectors/lib/google_api/connectors/v1/model/source.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Connectors.V1.Model.Source do
2121
2222
## Attributes
2323
24-
* `fieldId` (*type:* `String.t`, *default:* `nil`) - Field identifier. For example config vaiable name.
24+
* `fieldId` (*type:* `String.t`, *default:* `nil`) - Field identifier. For example config variable name.
2525
* `sourceType` (*type:* `String.t`, *default:* `nil`) - Type of the source.
2626
"""
2727

0 commit comments

Comments
 (0)