diff --git a/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/organizations.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/organizations.ex index f52d227228..00b2c8da99 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/organizations.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/organizations.ex @@ -680,7 +680,7 @@ defmodule GoogleApi.BeyondCorp.V1.Api.Organizations do end @doc """ - Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. ## Parameters diff --git a/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/projects.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/projects.ex index 5e0baa0571..6ee2acb5b7 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/projects.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/api/projects.ex @@ -2886,7 +2886,7 @@ defmodule GoogleApi.BeyondCorp.V1.Api.Projects do end @doc """ - Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. ## Parameters diff --git a/clients/beyond_corp/lib/google_api/beyond_corp/v1/metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/metadata.ex index d63a6050fb..32dbcee4a5 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.BeyondCorp.V1 do API client metadata for GoogleApi.BeyondCorp.V1. """ - @discovery_revision "20241106" + @discovery_revision "20241204" def discovery_revision(), do: @discovery_revision end diff --git a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/app_gateway_operation_metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/app_gateway_operation_metadata.ex index a43fda3fb7..4b2d2a78c6 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/app_gateway_operation_metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/app_gateway_operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.BeyondCorp.V1.Model.AppGatewayOperationMetadata 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 user 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 user 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/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1_app_connection_operation_metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1_app_connection_operation_metadata.ex index 307c8ba693..29d9d135a8 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1_app_connection_operation_metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1_app_connection_operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1App * `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 user 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 user 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/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1alpha_app_connection_operation_metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1alpha_app_connection_operation_metadata.ex index e99f250e88..92298dbe9c 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1alpha_app_connection_operation_metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnections_v1alpha_app_connection_operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1alp * `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 user 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 user 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/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1_app_connector_operation_metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1_app_connector_operation_metadata.ex index c0dbc0c7b0..a8f02c8f9e 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1_app_connector_operation_metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1_app_connector_operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1AppC * `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 user 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 user 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/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1alpha_app_connector_operation_metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1alpha_app_connector_operation_metadata.ex index ae19591863..ba56131cd6 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1alpha_app_connector_operation_metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appconnectors_v1alpha_app_connector_operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1alph * `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 user 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 user 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/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appgateways_v1alpha_app_gateway_operation_metadata.ex b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appgateways_v1alpha_app_gateway_operation_metadata.ex index fd30702866..892d0c4471 100644 --- a/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appgateways_v1alpha_app_gateway_operation_metadata.ex +++ b/clients/beyond_corp/lib/google_api/beyond_corp/v1/model/google_cloud_beyondcorp_appgateways_v1alpha_app_gateway_operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppgatewaysV1alphaA * `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 user 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 user 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/beyond_corp/mix.exs b/clients/beyond_corp/mix.exs index 498b3a8f55..6b0917f5bb 100644 --- a/clients/beyond_corp/mix.exs +++ b/clients/beyond_corp/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.BeyondCorp.Mixfile do use Mix.Project - @version "0.15.0" + @version "0.15.1" def project() do [