google-apis-ids_v1 0.17.0 → 0.18.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: 0fd535ac7354562ea13f38644b2460f463d0366dd18fe4e47a9239ccb1bc2f51
4
- data.tar.gz: 25a1701f65f5e6345129c6812bd85a8f169f674da69882730a4416a2694e55aa
3
+ metadata.gz: e40ff1280bb4216aaf4491fcb0498fdffec465ee03c3d307ae6eb23c3d7e141e
4
+ data.tar.gz: 8b8f688d89ae90e4316e2eea56953dc9bf53ed7256b8a0e78c99ad20ce36165c
5
5
  SHA512:
6
- metadata.gz: eb456acb21609f9ec65ae0bb1993bfd5f4c6c2466c2b97f2a0cae861e59f168d4309a31a9729abd77d11ace4435c6f4ecd0e052e85eef95c3a92e08309020dda
7
- data.tar.gz: 9aeb9ed0688a31ce65d8bb6587bef155eb4d63523cc0e849e16f950adc2dc25e77ab3bc624cb0dc56dd1ec7aac7a0b1df3d535e980c28f5d4db5d2280200f7e3
6
+ metadata.gz: 4cb3e8bfe38e8742f0a475f94bd22f76ff30af1c871e5fae7a86faa610f6dfe623176496c1cda3de1dba9a586bcb540dfd7cd2cd7df77d913fa22ae3ec90dab8
7
+ data.tar.gz: bc962e02ba5992c376eebab5a90c742c9a2b33b5f2037767ba440bc3e692f56fe2d34a06c4c80d4efafdd875dfbf64eb4fcbc2cc2858c4a3cb15fbce10d42506
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-ids_v1
2
2
 
3
+ ### v0.18.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250214
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.17.0 (2024-05-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20240514
@@ -590,9 +590,9 @@ module Google
590
590
  attr_accessor :end_time
591
591
 
592
592
  # Output only. Identifies whether the user has requested cancellation of the
593
- # operation. Operations that have successfully been cancelled have Operation.
594
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
595
- # CANCELLED`.
593
+ # operation. Operations that have successfully been cancelled have google.
594
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
595
+ # corresponding to `Code.CANCELLED`.
596
596
  # Corresponds to the JSON property `requestedCancellation`
597
597
  # @return [Boolean]
598
598
  attr_accessor :requested_cancellation
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdsV1
18
18
  # Version of the google-apis-ids_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240514"
25
+ REVISION = "20250214"
26
26
  end
27
27
  end
28
28
  end
@@ -478,8 +478,8 @@ module Google
478
478
  # Clients can use Operations.GetOperation or other methods to check whether the
479
479
  # cancellation succeeded or whether the operation completed despite cancellation.
480
480
  # On successful cancellation, the operation is not deleted; instead, it becomes
481
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
482
- # corresponding to `Code.CANCELLED`.
481
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
482
+ # , corresponding to `Code.CANCELLED`.
483
483
  # @param [String] name
484
484
  # The name of the operation resource to be cancelled.
485
485
  # @param [Google::Apis::IdsV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ids_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.18.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud IDS API V1
82
79
  test_files: []