Skip to content

Commit f1b37df

Browse files
feat(all): auto-regenerate discovery clients (#2408)
1 parent 1bd8304 commit f1b37df

File tree

12 files changed

+12727
-356
lines changed

12 files changed

+12727
-356
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 402 additions & 43 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

Lines changed: 1405 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 134 additions & 44 deletions
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 391 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1/artifactregistry-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@
16681668
}
16691669
}
16701670
},
1671-
"revision": "20240122",
1671+
"revision": "20240202",
16721672
"rootUrl": "https://artifactregistry.googleapis.com/",
16731673
"schemas": {
16741674
"AptArtifact": {
@@ -3001,6 +3001,7 @@
30013001
"type": "string"
30023002
},
30033003
"disallowUnspecifiedMode": {
3004+
"description": "Optional. If this is true, aunspecified repo type will be treated as error. Is used for new repo types that don't have any specific fields. Right now is used by AOSS team when creating repos for customers.",
30043005
"type": "boolean"
30053006
},
30063007
"dockerConfig": {

artifactregistry/v1/artifactregistry-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquerydatatransfer/v1/bigquerydatatransfer-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
]
346346
},
347347
"unenrollDataSources": {
348-
"description": "Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery).",
348+
"description": "Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery). Data transfers configurations of unenrolled data sources will not be scheduled.",
349349
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:unenrollDataSources",
350350
"httpMethod": "POST",
351351
"id": "bigquerydatatransfer.projects.locations.unenrollDataSources",
@@ -1371,7 +1371,7 @@
13711371
}
13721372
}
13731373
},
1374-
"revision": "20240130",
1374+
"revision": "20240202",
13751375
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
13761376
"schemas": {
13771377
"CheckValidCredsRequest": {
@@ -1795,12 +1795,12 @@
17951795
"type": "boolean"
17961796
},
17971797
"endTime": {
1798-
"description": "Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.",
1798+
"description": "Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.",
17991799
"format": "google-datetime",
18001800
"type": "string"
18011801
},
18021802
"startTime": {
1803-
"description": "Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.",
1803+
"description": "Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.",
18041804
"format": "google-datetime",
18051805
"type": "string"
18061806
}
@@ -1935,7 +1935,7 @@
19351935
"type": "string"
19361936
},
19371937
"disabled": {
1938-
"description": "Is this config disabled. When set to true, no runs are scheduled for a given transfer.",
1938+
"description": "Is this config disabled. When set to true, no runs will be scheduled for this transfer config.",
19391939
"type": "boolean"
19401940
},
19411941
"displayName": {
@@ -1961,7 +1961,7 @@
19611961
"type": "string"
19621962
},
19631963
"notificationPubsubTopic": {
1964-
"description": "Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}`",
1964+
"description": "Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project_id}/topics/{topic_id}`",
19651965
"type": "string"
19661966
},
19671967
"ownerInfo": {
@@ -2086,7 +2086,7 @@
20862086
"type": "string"
20872087
},
20882088
"notificationPubsubTopic": {
2089-
"description": "Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}`",
2089+
"description": "Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project_id}/topics/{topic_id}`",
20902090
"readOnly": true,
20912091
"type": "string"
20922092
},

bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clouddeploy/v1/clouddeploy-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@
20652065
}
20662066
}
20672067
},
2068-
"revision": "20240117",
2068+
"revision": "20240131",
20692069
"rootUrl": "https://clouddeploy.googleapis.com/",
20702070
"schemas": {
20712071
"AbandonReleaseRequest": {
@@ -2635,7 +2635,7 @@
26352635
"type": "array"
26362636
},
26372637
"role": {
2638-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
2638+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
26392639
"type": "string"
26402640
}
26412641
},

clouddeploy/v1/clouddeploy-gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)