Skip to content

Commit ca8a3f5

Browse files
feat: Automated regeneration of DataCatalog client (googleapis#12985)
Auto-created at 2025-02-16 13:14:15 +0000 using the toys pull request generator.
1 parent e64a08e commit ca8a3f5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

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

23-
@discovery_revision "20241202"
23+
@discovery_revision "20250212"
2424

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

clients/data_catalog/lib/google_api/data_catalog/v1/model/google_cloud_datacatalog_v1_database_table_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DatabaseTableSp
2121
2222
## Attributes
2323
24-
* `databaseViewSpec` (*type:* `GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec.t`, *default:* `nil`) - Spec what aplies to tables that are actually views. Not set for "real" tables.
24+
* `databaseViewSpec` (*type:* `GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec.t`, *default:* `nil`) - Spec what applies to tables that are actually views. Not set for "real" tables.
2525
* `dataplexTable` (*type:* `GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexTableSpec.t`, *default:* `nil`) - Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
2626
* `type` (*type:* `String.t`, *default:* `nil`) - Type of this table.
2727
"""

clients/data_catalog/lib/google_api/data_catalog/v1/model/google_cloud_datacatalog_v1_feature_online_store_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1FeatureOnlineSt
2121
2222
## Attributes
2323
24-
* `storageType` (*type:* `String.t`, *default:* `nil`) - Output only. Type of underelaying storage for the FeatureOnlineStore.
24+
* `storageType` (*type:* `String.t`, *default:* `nil`) - Output only. Type of underlying storage for the FeatureOnlineStore.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/data_catalog/lib/google_api/data_catalog/v1beta1/metadata.ex

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

23-
@discovery_revision "20241021"
23+
@discovery_revision "20250212"
2424

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

clients/data_catalog/lib/google_api/data_catalog/v1beta1/model/google_cloud_datacatalog_v1_database_table_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DatabaseTa
2121
2222
## Attributes
2323
24-
* `databaseViewSpec` (*type:* `GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec.t`, *default:* `nil`) - Spec what aplies to tables that are actually views. Not set for "real" tables.
24+
* `databaseViewSpec` (*type:* `GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec.t`, *default:* `nil`) - Spec what applies to tables that are actually views. Not set for "real" tables.
2525
* `dataplexTable` (*type:* `GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DataplexTableSpec.t`, *default:* `nil`) - Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
2626
* `type` (*type:* `String.t`, *default:* `nil`) - Type of this table.
2727
"""

clients/data_catalog/lib/google_api/data_catalog/v1beta1/model/google_cloud_datacatalog_v1_feature_online_store_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1FeatureOnl
2121
2222
## Attributes
2323
24-
* `storageType` (*type:* `String.t`, *default:* `nil`) - Output only. Type of underelaying storage for the FeatureOnlineStore.
24+
* `storageType` (*type:* `String.t`, *default:* `nil`) - Output only. Type of underlying storage for the FeatureOnlineStore.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/data_catalog/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DataCatalog.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.32.1"
21+
@version "0.32.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)