Skip to content

Commit 607d371

Browse files
authoredJan 19, 2025··
feat(all): auto-regenerate discovery clients (#2970)
1 parent a8aed4d commit 607d371

File tree

8 files changed

+62
-42
lines changed

8 files changed

+62
-42
lines changed
 

‎accesscontextmanager/v1/accesscontextmanager-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20241216",
1298+
"revision": "20250115",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1822,6 +1822,10 @@
18221822
"accessLevel": {
18231823
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed.",
18241824
"type": "string"
1825+
},
1826+
"resource": {
1827+
"description": "A Google Cloud resource that you want to allow to egress the perimeter. These resources can access data outside the perimeter. This field only supports projects. The project format is `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the organization where the perimeter is defined. You can't use `*` in this field to allow all Google Cloud resources.",
1828+
"type": "string"
18251829
}
18261830
},
18271831
"type": "object"

‎accesscontextmanager/v1/accesscontextmanager-gen.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎analyticshub/v1/analyticshub-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20241213",
1025+
"revision": "20250115",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AnalyticsHubSubscriptionInfo": {
@@ -2222,6 +2222,10 @@
22222222
"description": "Resource in this dataset that is selectively shared.",
22232223
"id": "SelectedResource",
22242224
"properties": {
2225+
"routine": {
2226+
"description": "Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:\"projects/test_project/datasets/test_dataset/routines/test_routine\"",
2227+
"type": "string"
2228+
},
22252229
"table": {
22262230
"description": "Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:\"projects/test_project/datasets/test_dataset/tables/test_table\"",
22272231
"type": "string"

‎analyticshub/v1/analyticshub-gen.go

+6-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dataplex/v1/dataplex-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6244,7 +6244,7 @@
62446244
}
62456245
}
62466246
},
6247-
"revision": "20250107",
6247+
"revision": "20250116",
62486248
"rootUrl": "https://dataplex.googleapis.com/",
62496249
"schemas": {
62506250
"Empty": {
@@ -8085,7 +8085,7 @@
80858085
"type": "string"
80868086
},
80878087
"evaluatedCount": {
8088-
"description": "The number of rows a rule was evaluated against.This field is only valid for row-level type rules.Evaluated count can be configured to either include all rows (default) - with null rows automatically failing rule evaluation, or exclude null rows from the evaluated_count, by setting ignore_nulls = true.",
8088+
"description": "The number of rows a rule was evaluated against.This field is only valid for row-level type rules.Evaluated count can be configured to either include all rows (default) - with null rows automatically failing rule evaluation, or exclude null rows from the evaluated_count, by setting ignore_nulls = true.This field is not set for rule SqlAssertion.",
80898089
"format": "int64",
80908090
"type": "string"
80918091
},
@@ -8108,7 +8108,7 @@
81088108
"type": "boolean"
81098109
},
81108110
"passedCount": {
8111-
"description": "The number of rows which passed a rule evaluation.This field is only valid for row-level type rules.",
8111+
"description": "This field is not set for rule SqlAssertion.",
81128112
"format": "int64",
81138113
"type": "string"
81148114
},
@@ -8434,7 +8434,7 @@
84348434
"type": "object"
84358435
},
84368436
"GoogleCloudDataplexV1DataScan": {
8437-
"description": "Represents a user-visible job which provides the insights for the related data source.For example: Data Quality: generates queries based on the rules and runs against the data to get data quality check results. Data Profile: analyzes the data in table(s) and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc).",
8437+
"description": "Represents a user-visible job which provides the insights for the related data source.For example: Data quality: generates queries based on the rules and runs against the data to get data quality check results. For more information, see Auto data quality overview (https://cloud.google.com/dataplex/docs/auto-data-quality-overview). Data profile: analyzes the data in tables and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc). For more information, see About data profiling (https://cloud.google.com/dataplex/docs/data-profiling-overview). Data discovery: scans data in Cloud Storage buckets to extract and then catalog metadata. For more information, see Discover and catalog Cloud Storage data (https://cloud.google.com/bigquery/docs/automatic-discovery).",
84388438
"id": "GoogleCloudDataplexV1DataScan",
84398439
"properties": {
84408440
"createTime": {
@@ -9403,7 +9403,7 @@
94039403
"type": "string"
94049404
},
94059405
"parentEntry": {
9406-
"description": "Optional. Immutable. The resource name of the parent entry.",
9406+
"description": "Optional. Immutable. The resource name of the parent entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.",
94079407
"type": "string"
94089408
},
94099409
"updateTime": {

‎dataplex/v1/dataplex-gen.go

+16-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gkehub/v2/gkehub-api.json

+5-10
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250103",
474+
"revision": "20250113",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -700,11 +700,6 @@
700700
"description": "Configuration for Config Sync",
701701
"id": "ConfigManagementConfigSync",
702702
"properties": {
703-
"allowVerticalScale": {
704-
"deprecated": true,
705-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
706-
"type": "boolean"
707-
},
708703
"enabled": {
709704
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
710705
"type": "boolean"
@@ -1171,15 +1166,15 @@
11711166
"type": "string"
11721167
},
11731168
"secretType": {
1174-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
1169+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
11751170
"type": "string"
11761171
},
11771172
"syncBranch": {
11781173
"description": "Optional. The branch of the repository to sync from. Default: master.",
11791174
"type": "string"
11801175
},
11811176
"syncRepo": {
1182-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
1177+
"description": "Required. The URL of the Git repository to use as the source of truth.",
11831178
"type": "string"
11841179
},
11851180
"syncRev": {
@@ -1329,11 +1324,11 @@
13291324
"type": "string"
13301325
},
13311326
"secretType": {
1332-
"description": "Optional. Type of secret configured for access to the Git repo.",
1327+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
13331328
"type": "string"
13341329
},
13351330
"syncRepo": {
1336-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
1331+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
13371332
"type": "string"
13381333
},
13391334
"syncWaitSecs": {

‎gkehub/v2/gkehub-gen.go

+13-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.