Skip to content

Commit d6ed5cd

Browse files
feat: Automated regeneration of developerconnect v1 client (#24878)
Auto-created at 2025-11-09 09:08:57 +0000 using the toys pull request generator.
1 parent c663d0d commit d6ed5cd

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

generated/google-apis-developerconnect_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-developerconnect_v1
22

3+
### v0.16.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.15.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251016

generated/google-apis-developerconnect_v1/lib/google/apis/developerconnect_v1/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ class InsightsConfig
12041204
# @return [Array<Google::Apis::DeveloperconnectV1::ArtifactConfig>]
12051205
attr_accessor :artifact_configs
12061206

1207-
# Output only. [Output only] Create timestamp
1207+
# Output only. Create timestamp.
12081208
# Corresponds to the JSON property `createTime`
12091209
# @return [String]
12101210
attr_accessor :create_time
@@ -1248,7 +1248,7 @@ class InsightsConfig
12481248
# @return [String]
12491249
attr_accessor :state
12501250

1251-
# Output only. [Output only] Update timestamp
1251+
# Output only. Update timestamp.
12521252
# Corresponds to the JSON property `updateTime`
12531253
# @return [String]
12541254
attr_accessor :update_time

generated/google-apis-developerconnect_v1/lib/google/apis/developerconnect_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DeveloperconnectV1
1818
# Version of the google-apis-developerconnect_v1 gem
19-
GEM_VERSION = "0.15.0"
19+
GEM_VERSION = "0.16.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251016"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

generated/google-apis-developerconnect_v1/lib/google/apis/developerconnect_v1/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8585
# @param [String] name
8686
# The resource that owns the locations collection, if applicable.
8787
# @param [Array<String>, String] extra_location_types
88-
# Optional. Unless explicitly documented otherwise, don't use this unsupported
89-
# field which is primarily intended for internal usage.
88+
# Optional. Do not use this field. It is unsupported and is ignored unless
89+
# explicitly documented otherwise. This is primarily for internal usage.
9090
# @param [String] filter
9191
# A filter to narrow down results to a preferred subset. The filtering language
9292
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1366,7 +1366,7 @@ def create_project_location_insights_config(parent, insights_config_object = nil
13661366
execute_or_queue_command(command, &block)
13671367
end
13681368

1369-
# Delete a single Insight.
1369+
# Deletes a single Insight.
13701370
# @param [String] name
13711371
# Required. Value for parent.
13721372
# @param [String] etag

0 commit comments

Comments
 (0)