google-apis-developerconnect_v1 0.12.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a89524a6932b345926c2a2d9a93e95764481b649c3fdb70b13a2bfd3f4fd03a
4
- data.tar.gz: 559601d555cfb9b189e9631a1ab3f93ca40bfc049a7357b7be4b350e4f623e9a
3
+ metadata.gz: cf0a2723cd7aaa43dff7c2ba05b3800a3c36d2735e5a8fe965601afccd27ecbe
4
+ data.tar.gz: 70be3cdd441b739cf0209111af0f39a0e2e60a9afafe3569eb50652e045d3e0b
5
5
  SHA512:
6
- metadata.gz: d2d34a2fb30e49bcf0669a2e4f2011fa789c145b73d31a8cba09a6ec6460449e671502ace35c07f257bc0845487cf2b6b02589df8993d7faa19ea29b59c4e9bb
7
- data.tar.gz: 18713032fdea0186802746f65c391951c82f83eef3d6639dba13d4bf3b6e37981081d8c2588824e554dc0ac1f696a08d6f533def32915ddc053101468d2f2a14
6
+ metadata.gz: b9f077abb168f524a1e950b8e6205ec4bcf16e7dba039d7a523b89c68041a75b8cc7606bf4c035f9555eb3a038acc7f3078abb1fb65c14eafd903d1cf7f0fd5b
7
+ data.tar.gz: 7cc2eadfe42236380602d43247510078e12bf77de8d14c50ce9b51662908634bab46192b4569924dc1cd3e4eb4c4be40a30f2df00c07d68e3c55484174163e14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-developerconnect_v1
2
2
 
3
+ ### v0.14.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251003
6
+
7
+ ### v0.13.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250929
10
+
3
11
  ### v0.12.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250904
@@ -1468,6 +1468,13 @@ module Google
1468
1468
  # @return [Array<Google::Apis::DeveloperconnectV1::Operation>]
1469
1469
  attr_accessor :operations
1470
1470
 
1471
+ # Unordered list. Unreachable resources. Populated when the request sets `
1472
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1473
+ # when attempting to list all resources across all supported locations.
1474
+ # Corresponds to the JSON property `unreachable`
1475
+ # @return [Array<String>]
1476
+ attr_accessor :unreachable
1477
+
1471
1478
  def initialize(**args)
1472
1479
  update!(**args)
1473
1480
  end
@@ -1476,6 +1483,7 @@ module Google
1476
1483
  def update!(**args)
1477
1484
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1478
1485
  @operations = args[:operations] if args.key?(:operations)
1486
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1479
1487
  end
1480
1488
  end
1481
1489
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeveloperconnectV1
18
18
  # Version of the google-apis-developerconnect_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250904"
25
+ REVISION = "20251003"
26
26
  end
27
27
  end
28
28
  end
@@ -760,6 +760,7 @@ module Google
760
760
  property :next_page_token, as: 'nextPageToken'
761
761
  collection :operations, as: 'operations', class: Google::Apis::DeveloperconnectV1::Operation, decorator: Google::Apis::DeveloperconnectV1::Operation::Representation
762
762
 
763
+ collection :unreachable, as: 'unreachable'
763
764
  end
764
765
  end
765
766
 
@@ -902,8 +902,9 @@ module Google
902
902
  # Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect
903
903
  # will configure the Git Repository to send webhook events to Developer Connect.
904
904
  # Connections that use Firebase GitHub Application will have events forwarded to
905
- # the Firebase service. All other Connections will have events forwarded to
906
- # Cloud Build.
905
+ # the Firebase service. Connections that use Gemini Code Assist will have events
906
+ # forwarded to Gemini Code Assist service. All other Connections will have
907
+ # events forwarded to Cloud Build.
907
908
  # @param [String] parent
908
909
  # Required. Value for parent.
909
910
  # @param [Google::Apis::DeveloperconnectV1::GitRepositoryLink] git_repository_link_object
@@ -1661,6 +1662,13 @@ module Google
1661
1662
  # The standard list page size.
1662
1663
  # @param [String] page_token
1663
1664
  # The standard list page token.
1665
+ # @param [Boolean] return_partial_success
1666
+ # When set to `true`, operations that are reachable are returned as normal, and
1667
+ # those that are unreachable are returned in the [ListOperationsResponse.
1668
+ # unreachable] field. This can only be `true` when reading across collections e.
1669
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1670
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1671
+ # explicitly documented otherwise in service or product specific documentation.
1664
1672
  # @param [String] fields
1665
1673
  # Selector specifying which fields to include in a partial response.
1666
1674
  # @param [String] quota_user
@@ -1678,7 +1686,7 @@ module Google
1678
1686
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1679
1687
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1680
1688
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1681
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1689
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1682
1690
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1683
1691
  command.response_representation = Google::Apis::DeveloperconnectV1::ListOperationsResponse::Representation
1684
1692
  command.response_class = Google::Apis::DeveloperconnectV1::ListOperationsResponse
@@ -1686,6 +1694,7 @@ module Google
1686
1694
  command.query['filter'] = filter unless filter.nil?
1687
1695
  command.query['pageSize'] = page_size unless page_size.nil?
1688
1696
  command.query['pageToken'] = page_token unless page_token.nil?
1697
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1689
1698
  command.query['fields'] = fields unless fields.nil?
1690
1699
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1691
1700
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-developerconnect_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerconnect_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-developerconnect_v1/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-developerconnect_v1/v0.14.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerconnect_v1
62
62
  rdoc_options: []
63
63
  require_paths: