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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/longrunning/operations_services_pb.rb +10 -17
- data/lib/googleapis/common/protos/version.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 463559e3e185d914eab888a18a19436ea10177094f951a18744c891bd9fed8f0
|
4
|
+
data.tar.gz: 0cf69f2d6d6bbdafb9aea09d4af80724195e0df1874e50696a4a61811cd6f13f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dbd61a6cfe4b2f0fa26200a4aed7974b4aca20451789163199a12a214ebe4735d3f40832b0660827251d7ff1b60e2ca634a525d05de06b39d438d954a3449bf
|
7
|
+
data.tar.gz: 81fd2633e744085153355670bb3a78d04850c2c7f4a559eb9b3013b5bd2be93c6d480a4da18afe6a86f338d842c4f594bc5aafa54a5f62adf3babc7f7bc19bf6
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
29
|
-
# interface to receive the real response asynchronously by
|
30
|
-
# operation resource, or pass the operation resource to another API
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
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
|
71
|
-
# corresponding to
|
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
|
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.
|
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:
|
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: '
|
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
|
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: []
|