google-apis-apphub_v1alpha 0.15.0 → 0.16.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: e78a829da0e9794bdc80f982ec14ff2261dc3060de48ca001c39238292aff3ac
4
- data.tar.gz: 1922adbe2c4142742243c4a91314b726ce93af17d60cc7df65a12aa1cc4a5372
3
+ metadata.gz: f5a147159986284effa3115210d39eb2dc5cf0553acfb6d13c60447e31ad0cee
4
+ data.tar.gz: 81f68ccb06123554f1e173b19f99df74269793310fdbd7f36395d163cabd3f52
5
5
  SHA512:
6
- metadata.gz: 3f238afd09116911ef37f3a898c89eab04e36adac89f2192ee40ef4aa2c198b03aef0c2f101742ac7197fc95612ac14ff74b2d66577abaa269ef9b25bc349340
7
- data.tar.gz: 2dd0e1c9dee2aea8215c55d85191f89b039e7078529046c16c66ad3ae48b5c6d8b3b79a129faee77138989b4a701072ca18256c460344c90124e6a3237367ba3
6
+ metadata.gz: 2fda17af2dc9a09cb1a7d5ca8161fb20baa7576811b471e3dd9d04176f393994ef6569cd436d9273c7c852c4e7035217614fbfc126749573811c3c5776c47f06
7
+ data.tar.gz: 90595796ab264f7bbe97760a6c6d3f59628ae4f8d718f3a10e63f41371567d666fc9ecb2a8caa1dd965bd9666072d379a38c95fd5581d00e3fea3ce5a8bd8d04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apphub_v1alpha
2
2
 
3
+ ### v0.16.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
3
7
  ### v0.15.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250813
@@ -794,6 +794,13 @@ module Google
794
794
  # @return [Array<Google::Apis::ApphubV1alpha::Operation>]
795
795
  attr_accessor :operations
796
796
 
797
+ # Unordered list. Unreachable resources. Populated when the request sets `
798
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
799
+ # when attempting to list all resources across all supported locations.
800
+ # Corresponds to the JSON property `unreachable`
801
+ # @return [Array<String>]
802
+ attr_accessor :unreachable
803
+
797
804
  def initialize(**args)
798
805
  update!(**args)
799
806
  end
@@ -802,6 +809,7 @@ module Google
802
809
  def update!(**args)
803
810
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
804
811
  @operations = args[:operations] if args.key?(:operations)
812
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
805
813
  end
806
814
  end
807
815
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApphubV1alpha
18
18
  # Version of the google-apis-apphub_v1alpha gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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 = "20250813"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -507,6 +507,7 @@ module Google
507
507
  property :next_page_token, as: 'nextPageToken'
508
508
  collection :operations, as: 'operations', class: Google::Apis::ApphubV1alpha::Operation, decorator: Google::Apis::ApphubV1alpha::Operation::Representation
509
509
 
510
+ collection :unreachable, as: 'unreachable'
510
511
  end
511
512
  end
512
513
 
@@ -122,8 +122,8 @@ module Google
122
122
  # @param [String] name
123
123
  # The resource that owns the locations collection, if applicable.
124
124
  # @param [Array<String>, String] extra_location_types
125
- # Optional. Do not use this field. It is unsupported and is ignored unless
126
- # explicitly documented otherwise. This is primarily for internal usage.
125
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
126
+ # field which is primarily intended for internal usage.
127
127
  # @param [String] filter
128
128
  # A filter to narrow down results to a preferred subset. The filtering language
129
129
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1428,6 +1428,13 @@ module Google
1428
1428
  # The standard list page size.
1429
1429
  # @param [String] page_token
1430
1430
  # The standard list page token.
1431
+ # @param [Boolean] return_partial_success
1432
+ # When set to `true`, operations that are reachable are returned as normal, and
1433
+ # those that are unreachable are returned in the [ListOperationsResponse.
1434
+ # unreachable] field. This can only be `true` when reading across collections e.
1435
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1436
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1437
+ # explicitly documented otherwise in service or product specific documentation.
1431
1438
  # @param [String] fields
1432
1439
  # Selector specifying which fields to include in a partial response.
1433
1440
  # @param [String] quota_user
@@ -1445,7 +1452,7 @@ module Google
1445
1452
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1446
1453
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1447
1454
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1448
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1455
+ 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)
1449
1456
  command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
1450
1457
  command.response_representation = Google::Apis::ApphubV1alpha::ListOperationsResponse::Representation
1451
1458
  command.response_class = Google::Apis::ApphubV1alpha::ListOperationsResponse
@@ -1453,6 +1460,7 @@ module Google
1453
1460
  command.query['filter'] = filter unless filter.nil?
1454
1461
  command.query['pageSize'] = page_size unless page_size.nil?
1455
1462
  command.query['pageToken'] = page_token unless page_token.nil?
1463
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1456
1464
  command.query['fields'] = fields unless fields.nil?
1457
1465
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1458
1466
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apphub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-apphub_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apphub_v1alpha/v0.15.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apphub_v1alpha/v0.16.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apphub_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: