From 7e05980ef9213913edf31df2318cb18bf80976db Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 30 Mar 2024 13:14:20 +0000 Subject: [PATCH] feat: Automated regeneration of Compute client --- clients/compute/lib/google_api/compute/v1/metadata.ex | 2 +- clients/compute/lib/google_api/compute/v1/model/error_info.ex | 2 +- .../compute/v1/model/instance_group_manager_status_stateful.ex | 2 +- clients/compute/mix.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/compute/lib/google_api/compute/v1/metadata.ex b/clients/compute/lib/google_api/compute/v1/metadata.ex index 4cf32e6187..40ec4a1d8c 100644 --- a/clients/compute/lib/google_api/compute/v1/metadata.ex +++ b/clients/compute/lib/google_api/compute/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Compute.V1 do API client metadata for GoogleApi.Compute.V1. """ - @discovery_revision "20240312" + @discovery_revision "20240324" def discovery_revision(), do: @discovery_revision end diff --git a/clients/compute/lib/google_api/compute/v1/model/error_info.ex b/clients/compute/lib/google_api/compute/v1/model/error_info.ex index 7903ea791b..f66606942c 100644 --- a/clients/compute/lib/google_api/compute/v1/model/error_info.ex +++ b/clients/compute/lib/google_api/compute/v1/model/error_info.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.Compute.V1.Model.ErrorInfo do ## Attributes * `domain` (*type:* `String.t`, *default:* `nil`) - The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com". - * `metadatas` (*type:* `map()`, *default:* `nil`) - Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request. + * `metadatas` (*type:* `map()`, *default:* `nil`) - Additional structured details about this error. Keys must match /a-z+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request. * `reason` (*type:* `String.t`, *default:* `nil`) - The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE. """ diff --git a/clients/compute/lib/google_api/compute/v1/model/instance_group_manager_status_stateful.ex b/clients/compute/lib/google_api/compute/v1/model/instance_group_manager_status_stateful.ex index b3fabd3497..541806c394 100644 --- a/clients/compute/lib/google_api/compute/v1/model/instance_group_manager_status_stateful.ex +++ b/clients/compute/lib/google_api/compute/v1/model/instance_group_manager_status_stateful.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStateful do ## Attributes * `hasStatefulConfig` (*type:* `boolean()`, *default:* `nil`) - [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. - * `perInstanceConfigs` (*type:* `GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStatefulPerInstanceConfigs.t`, *default:* `nil`) - [Output Only] Status of per-instance configurations on the instance. + * `perInstanceConfigs` (*type:* `GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStatefulPerInstanceConfigs.t`, *default:* `nil`) - [Output Only] Status of per-instance configurations on the instances. """ use GoogleApi.Gax.ModelBase diff --git a/clients/compute/mix.exs b/clients/compute/mix.exs index 4c07575f6e..5e64939be1 100644 --- a/clients/compute/mix.exs +++ b/clients/compute/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Compute.Mixfile do use Mix.Project - @version "0.56.0" + @version "0.56.1" def project() do [