google-apis-datastream_v1alpha1 0.24.0 → 0.26.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: 80afc8e1580869b54378ed344f1e5340b254131bbb97f2eb05ed33b78265972c
4
- data.tar.gz: eb1773da61ce32d873f1b803b52012c59ed12a0c3ccc789ab69efff106adaf5e
3
+ metadata.gz: cbfc428c895655fc1d78214cb1db8d2a0d7eece975b65764df5cf8a981f948e0
4
+ data.tar.gz: cbac1596f6c0d391f87f5ae7affe87bcd836eee8d47ffe901b1e56e746a9a5f0
5
5
  SHA512:
6
- metadata.gz: 0f6aae7c1aa53714f9b3f7bcf53bf5601bdcbe9edbe624c767f5e00edc4035e29403fb9880b4bfeddb31f06e7c4320581b58101bf4de53996008c14c1f28f4b9
7
- data.tar.gz: cd621d12291b882c4d45997759ccc03bf301ba5726bf9e577672ab5b63b6c621f823485817e8a79f6c0df4f8cfb56a82735dc50cc2cb0c102debb45eef5abb2a
6
+ metadata.gz: 3788cce5de6ed0d2873ceedd2b85c279a71e9ead2d066e6fed3349fb8c70c9f4542b29f6491c07be5c58d3f76251bab488f0b8928fb222927706d2ca97c20015
7
+ data.tar.gz: b5072be418077b8065c0c22a26795f25fe75242338cf259a03477534d62b31e05166329a0298b00d667d0f11064603c074d9faa132c3a105ce57d00e41188a4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datastream_v1alpha1
2
2
 
3
+ ### v0.26.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251021
6
+
7
+ ### v0.25.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250817
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.24.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -663,6 +663,13 @@ module Google
663
663
  # @return [Array<Google::Apis::DatastreamV1alpha1::Operation>]
664
664
  attr_accessor :operations
665
665
 
666
+ # Unordered list. Unreachable resources. Populated when the request sets `
667
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
668
+ # when attempting to list all resources across all supported locations.
669
+ # Corresponds to the JSON property `unreachable`
670
+ # @return [Array<String>]
671
+ attr_accessor :unreachable
672
+
666
673
  def initialize(**args)
667
674
  update!(**args)
668
675
  end
@@ -671,6 +678,7 @@ module Google
671
678
  def update!(**args)
672
679
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
673
680
  @operations = args[:operations] if args.key?(:operations)
681
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
674
682
  end
675
683
  end
676
684
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1alpha1
18
18
  # Version of the google-apis-datastream_v1alpha1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250321"
25
+ REVISION = "20251021"
26
26
  end
27
27
  end
28
28
  end
@@ -592,6 +592,7 @@ module Google
592
592
  property :next_page_token, as: 'nextPageToken'
593
593
  collection :operations, as: 'operations', class: Google::Apis::DatastreamV1alpha1::Operation, decorator: Google::Apis::DatastreamV1alpha1::Operation::Representation
594
594
 
595
+ collection :unreachable, as: 'unreachable'
595
596
  end
596
597
  end
597
598
 
@@ -123,8 +123,8 @@ module Google
123
123
  # @param [String] name
124
124
  # The resource that owns the locations collection, if applicable.
125
125
  # @param [Array<String>, String] extra_location_types
126
- # Optional. A list of extra location types that should be used as conditions for
127
- # controlling the visibility of the locations.
126
+ # Optional. Do not use this field. It is unsupported and is ignored unless
127
+ # explicitly documented otherwise. This is primarily for internal usage.
128
128
  # @param [String] filter
129
129
  # A filter to narrow down results to a preferred subset. The filtering language
130
130
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -540,6 +540,13 @@ module Google
540
540
  # The standard list page size.
541
541
  # @param [String] page_token
542
542
  # The standard list page token.
543
+ # @param [Boolean] return_partial_success
544
+ # When set to `true`, operations that are reachable are returned as normal, and
545
+ # those that are unreachable are returned in the [ListOperationsResponse.
546
+ # unreachable] field. This can only be `true` when reading across collections e.
547
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
548
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
549
+ # explicitly documented otherwise in service or product specific documentation.
543
550
  # @param [String] fields
544
551
  # Selector specifying which fields to include in a partial response.
545
552
  # @param [String] quota_user
@@ -557,7 +564,7 @@ module Google
557
564
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
558
565
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
559
566
  # @raise [Google::Apis::AuthorizationError] Authorization is required
560
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
567
+ 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)
561
568
  command = make_simple_command(:get, 'v1alpha1/{+name}/operations', options)
562
569
  command.response_representation = Google::Apis::DatastreamV1alpha1::ListOperationsResponse::Representation
563
570
  command.response_class = Google::Apis::DatastreamV1alpha1::ListOperationsResponse
@@ -565,6 +572,7 @@ module Google
565
572
  command.query['filter'] = filter unless filter.nil?
566
573
  command.query['pageSize'] = page_size unless page_size.nil?
567
574
  command.query['pageToken'] = page_token unless page_token.nil?
575
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
568
576
  command.query['fields'] = fields unless fields.nil?
569
577
  command.query['quotaUser'] = quota_user unless quota_user.nil?
570
578
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.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-datastream_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.24.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.26.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Datastream API V1alpha1
79
79
  test_files: []