Skip to content

Commit ae433d0

Browse files
feat: Automated regeneration of Apigee client (googleapis#12349)
Auto-created at 2024-10-17 13:19:17 +0000 using the toys pull request generator.
1 parent 8ffaef2 commit ae433d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

clients/apigee/lib/google_api/apigee/v1/api/organizations.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21615,7 +21615,7 @@ defmodule GoogleApi.Apigee.V1.Api.Organizations do
2161521615
## Parameters
2161621616

2161721617
* `connection` (*type:* `GoogleApi.Apigee.V1.Connection.t`) - Connection to server
21618-
* `parent` (*type:* `String.t`) - Required. The parent resource name.
21618+
* `parent` (*type:* `String.t`) - Required. The parent resource name. Format: `organizations/{org}`
2161921619
* `optional_params` (*type:* `keyword()`) - Optional parameters
2162021620
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
2162121621
* `:access_token` (*type:* `String.t`) - OAuth access token.
@@ -21691,7 +21691,7 @@ defmodule GoogleApi.Apigee.V1.Api.Organizations do
2169121691
## Parameters
2169221692

2169321693
* `connection` (*type:* `GoogleApi.Apigee.V1.Connection.t`) - Connection to server
21694-
* `name` (*type:* `String.t`) - Required. The name of the security profile v2 to delete.
21694+
* `name` (*type:* `String.t`) - Required. The name of the security profile v2 to delete. Format: `organizations/{org}/securityProfilesV2/{profile}`
2169521695
* `optional_params` (*type:* `keyword()`) - Optional parameters
2169621696
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
2169721697
* `:access_token` (*type:* `String.t`) - OAuth access token.
@@ -21761,7 +21761,7 @@ defmodule GoogleApi.Apigee.V1.Api.Organizations do
2176121761
## Parameters
2176221762

2176321763
* `connection` (*type:* `GoogleApi.Apigee.V1.Connection.t`) - Connection to server
21764-
* `name` (*type:* `String.t`) - Required. The security profile id.
21764+
* `name` (*type:* `String.t`) - Required. The name of the security profile v2 to get. Format: `organizations/{org}/securityProfilesV2/{profile}`
2176521765
* `optional_params` (*type:* `keyword()`) - Optional parameters
2176621766
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
2176721767
* `:access_token` (*type:* `String.t`) - OAuth access token.
@@ -21923,7 +21923,7 @@ defmodule GoogleApi.Apigee.V1.Api.Organizations do
2192321923
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
2192421924
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2192521925
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
21926-
* `:updateMask` (*type:* `String.t`) - Required. The list of fields to update.
21926+
* `:updateMask` (*type:* `String.t`) - Optional. The list of fields to update. Valid fields to update are `description` and `profileAssessmentConfigs`.
2192721927
* `:body` (*type:* `GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileV2.t`) -
2192821928
* `opts` (*type:* `keyword()`) - Call options
2192921929

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

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

23-
@discovery_revision "20241004"
23+
@discovery_revision "20241011"
2424

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

clients/apigee/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Apigee.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.52.0"
21+
@version "0.52.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)