diff --git a/clients/metastore/lib/google_api/metastore/v1/metadata.ex b/clients/metastore/lib/google_api/metastore/v1/metadata.ex index 31a4323420..4b6536cd61 100644 --- a/clients/metastore/lib/google_api/metastore/v1/metadata.ex +++ b/clients/metastore/lib/google_api/metastore/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Metastore.V1 do API client metadata for GoogleApi.Metastore.V1. """ - @discovery_revision "20240709" + @discovery_revision "20241203" def discovery_revision(), do: @discovery_revision end diff --git a/clients/metastore/lib/google_api/metastore/v1/model/operation_metadata.ex b/clients/metastore/lib/google_api/metastore/v1/model/operation_metadata.ex index dff53db360..b1bb42602f 100644 --- a/clients/metastore/lib/google_api/metastore/v1/model/operation_metadata.ex +++ b/clients/metastore/lib/google_api/metastore/v1/model/operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.Metastore.V1.Model.OperationMetadata do * `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created. * `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running. - * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED. + * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED. * `statusMessage` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any. * `target` (*type:* `String.t`, *default:* `nil`) - Output only. Server-defined resource path for the target of the operation. * `verb` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the verb executed by the operation. diff --git a/clients/metastore/lib/google_api/metastore/v1/model/restore_service_request.ex b/clients/metastore/lib/google_api/metastore/v1/model/restore_service_request.ex index 44c4e36e12..4567050c67 100644 --- a/clients/metastore/lib/google_api/metastore/v1/model/restore_service_request.ex +++ b/clients/metastore/lib/google_api/metastore/v1/model/restore_service_request.ex @@ -17,7 +17,7 @@ defmodule GoogleApi.Metastore.V1.Model.RestoreServiceRequest do @moduledoc """ - Request message for DataprocMetastore.Restore. + Request message for DataprocMetastore.RestoreService. ## Attributes diff --git a/clients/metastore/lib/google_api/metastore/v1beta/metadata.ex b/clients/metastore/lib/google_api/metastore/v1beta/metadata.ex index df557a4708..7f5a8b7d33 100644 --- a/clients/metastore/lib/google_api/metastore/v1beta/metadata.ex +++ b/clients/metastore/lib/google_api/metastore/v1beta/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Metastore.V1beta do API client metadata for GoogleApi.Metastore.V1beta. """ - @discovery_revision "20240709" + @discovery_revision "20241203" def discovery_revision(), do: @discovery_revision end diff --git a/clients/metastore/lib/google_api/metastore/v1beta/model/operation_metadata.ex b/clients/metastore/lib/google_api/metastore/v1beta/model/operation_metadata.ex index 23c0a5168d..8e9904060e 100644 --- a/clients/metastore/lib/google_api/metastore/v1beta/model/operation_metadata.ex +++ b/clients/metastore/lib/google_api/metastore/v1beta/model/operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.Metastore.V1beta.Model.OperationMetadata do * `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created. * `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running. - * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED. + * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED. * `statusMessage` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any. * `target` (*type:* `String.t`, *default:* `nil`) - Output only. Server-defined resource path for the target of the operation. * `verb` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the verb executed by the operation. diff --git a/clients/metastore/lib/google_api/metastore/v1beta/model/restore_service_request.ex b/clients/metastore/lib/google_api/metastore/v1beta/model/restore_service_request.ex index a7e273e8e0..720aab8fef 100644 --- a/clients/metastore/lib/google_api/metastore/v1beta/model/restore_service_request.ex +++ b/clients/metastore/lib/google_api/metastore/v1beta/model/restore_service_request.ex @@ -17,7 +17,7 @@ defmodule GoogleApi.Metastore.V1beta.Model.RestoreServiceRequest do @moduledoc """ - Request message for DataprocMetastore.Restore. + Request message for DataprocMetastore.RestoreService. ## Attributes diff --git a/clients/metastore/mix.exs b/clients/metastore/mix.exs index 8a9a0f3813..0b05cefb42 100644 --- a/clients/metastore/mix.exs +++ b/clients/metastore/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Metastore.Mixfile do use Mix.Project - @version "0.11.0" + @version "0.11.1" def project() do [