Skip to content

Commit a15a6c5

Browse files
feat: Automated regeneration of DataFusion client (googleapis#12669)
Auto-created at 2024-12-09 13:18:41 +0000 using the toys pull request generator.
1 parent 980352b commit a15a6c5

39 files changed

+31
-1429
lines changed

clients/data_fusion/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_data_fusion, "~> 0.25"}]
14+
[{:google_api_data_fusion, "~> 0.26"}]
1515
end
1616
```
1717

clients/data_fusion/lib/google_api/data_fusion/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ defmodule GoogleApi.DataFusion.V1.Api.Projects do
10261026
end
10271027

10281028
@doc """
1029-
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`.
1029+
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`.
10301030
10311031
## Parameters
10321032

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

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

23-
@discovery_revision "20240703"
23+
@discovery_revision "20241204"
2424

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

clients/data_fusion/lib/google_api/data_fusion/v1/model/asset_location.ex

Lines changed: 0 additions & 55 deletions
This file was deleted.

clients/data_fusion/lib/google_api/data_fusion/v1/model/blobstore_location.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/data_fusion/lib/google_api/data_fusion/v1/model/cloud_asset.ex

Lines changed: 0 additions & 49 deletions
This file was deleted.

clients/data_fusion/lib/google_api/data_fusion/v1/model/cloud_asset_composition.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/data_fusion/lib/google_api/data_fusion/v1/model/crypto_key_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataFusion.V1.Model.CryptoKeyConfig do
2121
2222
## Attributes
2323
24-
* `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/*`.
24+
* `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/*`.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/data_fusion/lib/google_api/data_fusion/v1/model/direct_location_assignment.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/data_fusion/lib/google_api/data_fusion/v1/model/dns_peering.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.DataFusion.V1.Model.DnsPeering do
2323
2424
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. Optional description of the dns zone.
2525
* `domain` (*type:* `String.t`, *default:* `nil`) - Required. The dns name suffix of the zone.
26-
* `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}
26+
* `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}
2727
* `targetNetwork` (*type:* `String.t`, *default:* `nil`) - Optional. Optional target network to which dns peering should happen.
2828
* `targetProject` (*type:* `String.t`, *default:* `nil`) - Optional. Optional target project to which dns peering should happen.
2929
"""

0 commit comments

Comments
 (0)