Skip to content

Commit 87dfd3b

Browse files
feat: Automated regeneration of GKEHub client (googleapis#12368)
Auto-created at 2024-10-20 13:13:44 +0000 using the toys pull request generator.
1 parent 3d9f2d4 commit 87dfd3b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/gke_hub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_gke_hub, "~> 0.13"}]
14+
[{:google_api_gke_hub, "~> 0.14"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20240902"
23+
@discovery_revision "20241010"
2424

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

clients/gke_hub/lib/google_api/gke_hub/v1/model/config_management_config_sync_state.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncState do
2121
2222
## Attributes
2323
24+
* `clusterLevelStopSyncingState` (*type:* `String.t`, *default:* `nil`) - Whether syncing resources to the cluster is stopped at the cluster level.
2425
* `deploymentState` (*type:* `GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState.t`, *default:* `nil`) - Information about the deployment of ConfigSync, including the version of the various Pods deployed
2526
* `errors` (*type:* `list(GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncError.t)`, *default:* `nil`) - Errors pertaining to the installation of Config Sync.
2627
* `reposyncCrd` (*type:* `String.t`, *default:* `nil`) - The state of the Reposync CRD
@@ -33,6 +34,7 @@ defmodule GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncState do
3334
use GoogleApi.Gax.ModelBase
3435

3536
@type t :: %__MODULE__{
37+
:clusterLevelStopSyncingState => String.t() | nil,
3638
:deploymentState =>
3739
GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState.t() | nil,
3840
:errors => list(GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncError.t()) | nil,
@@ -43,6 +45,7 @@ defmodule GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncState do
4345
:version => GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncVersion.t() | nil
4446
}
4547

48+
field(:clusterLevelStopSyncingState)
4649
field(:deploymentState, as: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState)
4750
field(:errors, as: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncError, type: :list)
4851
field(:reposyncCrd)

clients/gke_hub/mix.exs

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

21-
@version "0.13.0"
21+
@version "0.14.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)