Skip to content

Commit

Permalink
feat: Automated regeneration of DataFusion client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 9, 2024
1 parent d283ace commit 48a2f48
Show file tree
Hide file tree
Showing 39 changed files with 31 additions and 1,429 deletions.
2 changes: 1 addition & 1 deletion clients/data_fusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_data_fusion, "~> 0.25"}]
[{:google_api_data_fusion, "~> 0.26"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ defmodule GoogleApi.DataFusion.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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.DataFusion.V1 do
API client metadata for GoogleApi.DataFusion.V1.
"""

@discovery_revision "20240703"
@discovery_revision "20241204"

def discovery_revision(), do: @discovery_revision
end

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule GoogleApi.DataFusion.V1.Model.CryptoKeyConfig do
## Attributes
* `keyReference` (*type:* `String.t`, *default:* `nil`) - The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
* `keyReference` (*type:* `String.t`, *default:* `nil`) - Optional. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
"""

use GoogleApi.Gax.ModelBase
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule GoogleApi.DataFusion.V1.Model.DnsPeering do
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. Optional description of the dns zone.
* `domain` (*type:* `String.t`, *default:* `nil`) - Required. The dns name suffix of the zone.
* `name` (*type:* `String.t`, *default:* `nil`) - Required. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
* `targetNetwork` (*type:* `String.t`, *default:* `nil`) - Optional. Optional target network to which dns peering should happen.
* `targetProject` (*type:* `String.t`, *default:* `nil`) - Optional. Optional target project to which dns peering should happen.
"""
Expand Down

This file was deleted.

Loading

0 comments on commit 48a2f48

Please sign in to comment.