googleapis-common-protos 1.6.0 → 1.7.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: 1dd61dbe776aa5df3a378b50406b8268f787e623ca9bae5dffb55c80a5967df1
4
- data.tar.gz: c883adf63e60586efe360e059859d2010b10807f7aacc6adabdbcbbe77325e41
3
+ metadata.gz: 463559e3e185d914eab888a18a19436ea10177094f951a18744c891bd9fed8f0
4
+ data.tar.gz: 0cf69f2d6d6bbdafb9aea09d4af80724195e0df1874e50696a4a61811cd6f13f
5
5
  SHA512:
6
- metadata.gz: 23f88d2b7d3b09c4f3411fada0e67ec787c0b4b7ee51fbbd3d70fbd5c998685ff021db82744a67b3bea5bb4cd914465a3c50f9799a35abdd2625d6e945dabe1c
7
- data.tar.gz: 2958b5874f5e6c3c9c90301ed053e7a154dbedbc4c768456bfd76ab691b4bf2161a1e7320946c888c028f66cfb8f3a3d52e9a342d6a17ad0405b0a3102e614de
6
+ metadata.gz: 3dbd61a6cfe4b2f0fa26200a4aed7974b4aca20451789163199a12a214ebe4735d3f40832b0660827251d7ff1b60e2ca634a525d05de06b39d438d954a3449bf
7
+ data.tar.gz: 81fd2633e744085153355670bb3a78d04850c2c7f4a559eb9b3013b5bd2be93c6d480a4da18afe6a86f338d842c4f594bc5aafa54a5f62adf3babc7f7bc19bf6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.7.0 (2025-03-13)
4
+
5
+ #### Features
6
+
7
+ * Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
8
+
3
9
  ### 1.6.0 (2024-06-11)
4
10
 
5
11
  #### Features
@@ -1,7 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # Source: google/longrunning/operations.proto for package 'google.longrunning'
3
3
  # Original file comments:
4
- # Copyright 2024 Google LLC
4
+ # Copyright 2025 Google LLC
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -25,12 +25,12 @@ module Google
25
25
  # Manages long-running operations with an API service.
26
26
  #
27
27
  # When an API method normally takes long time to complete, it can be designed
28
- # to return [Operation][google.longrunning.Operation] to the client, and the client can use this
29
- # interface to receive the real response asynchronously by polling the
30
- # operation resource, or pass the operation resource to another API (such as
31
- # Google Cloud Pub/Sub API) to receive the response. Any API service that
32
- # returns long-running operations should implement the `Operations` interface
33
- # so developers can have a consistent client experience.
28
+ # to return [Operation][google.longrunning.Operation] to the client, and the
29
+ # client can use this interface to receive the real response asynchronously by
30
+ # polling the operation resource, or pass the operation resource to another API
31
+ # (such as Pub/Sub API) to receive the response. Any API service that returns
32
+ # long-running operations should implement the `Operations` interface so
33
+ # developers can have a consistent client experience.
34
34
  class Service
35
35
 
36
36
  include ::GRPC::GenericService
@@ -41,14 +41,6 @@ module Google
41
41
 
42
42
  # Lists operations that match the specified filter in the request. If the
43
43
  # server doesn't support this method, it returns `UNIMPLEMENTED`.
44
- #
45
- # NOTE: the `name` binding allows API services to override the binding
46
- # to use different resource name schemes, such as `users/*/operations`. To
47
- # override the binding, API services can add a binding such as
48
- # `"/v1/{name=users/*}/operations"` to their service configuration.
49
- # For backwards compatibility, the default name includes the operations
50
- # collection id, however overriding users must ensure the name binding
51
- # is the parent resource, without the operations collection id.
52
44
  rpc :ListOperations, ::Google::Longrunning::ListOperationsRequest, ::Google::Longrunning::ListOperationsResponse
53
45
  # Gets the latest state of a long-running operation. Clients can use this
54
46
  # method to poll the operation result at intervals as recommended by the API
@@ -67,8 +59,9 @@ module Google
67
59
  # other methods to check whether the cancellation succeeded or whether the
68
60
  # operation completed despite cancellation. On successful cancellation,
69
61
  # the operation is not deleted; instead, it becomes an operation with
70
- # an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
71
- # corresponding to `Code.CANCELLED`.
62
+ # an [Operation.error][google.longrunning.Operation.error] value with a
63
+ # [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to
64
+ # `Code.CANCELLED`.
72
65
  rpc :CancelOperation, ::Google::Longrunning::CancelOperationRequest, ::Google::Protobuf::Empty
73
66
  # Waits until the specified long-running operation is done or reaches at most
74
67
  # a specified timeout, returning the latest state. If the operation is
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Google
18
18
  module CommonProtos
19
- VERSION = "1.6.0".freeze
19
+ VERSION = "1.7.0".freeze
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleapis-common-protos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-06-11 00:00:00.000000000 Z
10
+ date: 2025-03-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: googleapis-common-protos-types
@@ -73,7 +72,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
73
72
  licenses:
74
73
  - Apache-2.0
75
74
  metadata: {}
76
- post_install_message:
77
75
  rdoc_options: []
78
76
  require_paths:
79
77
  - lib
@@ -81,15 +79,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
79
  requirements:
82
80
  - - ">="
83
81
  - !ruby/object:Gem::Version
84
- version: '2.7'
82
+ version: '3.0'
85
83
  required_rubygems_version: !ruby/object:Gem::Requirement
86
84
  requirements:
87
85
  - - ">="
88
86
  - !ruby/object:Gem::Version
89
87
  version: '0'
90
88
  requirements: []
91
- rubygems_version: 3.5.6
92
- signing_key:
89
+ rubygems_version: 3.6.5
93
90
  specification_version: 4
94
91
  summary: Common gRPC and protocol buffer classes used in Google APIs
95
92
  test_files: []