google-apps-events-subscriptions-v1beta 0.a → 0.1.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/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +154 -8
- data/lib/google/apps/events/subscriptions/v1beta/rest.rb +39 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscription_resource_pb.rb +59 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/client.rb +1077 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/credentials.rb +63 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/operations.rb +815 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/paths.rb +80 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest/client.rb +1025 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest/operations.rb +916 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest/service_stub.rb +448 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest.rb +55 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service.rb +58 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service_pb.rb +65 -0
- data/lib/google/apps/events/subscriptions/v1beta/subscriptions_service_services_pb.rb +75 -0
- data/lib/google/apps/events/subscriptions/v1beta/version.rb +7 -2
- data/lib/google/apps/events/subscriptions/v1beta.rb +47 -0
- data/lib/google-apps-events-subscriptions-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +473 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/field_info.rb +88 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/apps/events/subscriptions/v1beta/subscription_resource.rb +257 -0
- data/proto_docs/google/apps/events/subscriptions/v1beta/subscriptions_service.rb +217 -0
- data/proto_docs/google/longrunning/operations.rb +173 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- metadata +70 -9
metadata
CHANGED
@@ -1,27 +1,87 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apps-events-subscriptions-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
11
|
-
dependencies:
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
11
|
+
dependencies:
|
12
|
+
- !ruby/object:Gem::Dependency
|
13
|
+
name: gapic-common
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
15
|
+
requirements:
|
16
|
+
- - "~>"
|
17
|
+
- !ruby/object:Gem::Version
|
18
|
+
version: '1.0'
|
19
|
+
type: :runtime
|
20
|
+
prerelease: false
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
22
|
+
requirements:
|
23
|
+
- - "~>"
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '1.0'
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: google-cloud-errors
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - "~>"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '1.0'
|
33
|
+
type: :runtime
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
description: The Google Workspace Events API lets you subscribe to events and manage
|
41
|
+
change notifications across Google Workspace applications. Note that google-apps-events-subscriptions-v1beta
|
42
|
+
is a version-specific client library. For most uses, we recommend installing the
|
43
|
+
main client library google-apps-events-subscriptions instead. See the readme for
|
44
|
+
more details.
|
17
45
|
email: googleapis-packages@google.com
|
18
46
|
executables: []
|
19
47
|
extensions: []
|
20
48
|
extra_rdoc_files: []
|
21
49
|
files:
|
50
|
+
- ".yardopts"
|
51
|
+
- AUTHENTICATION.md
|
22
52
|
- LICENSE.md
|
23
53
|
- README.md
|
54
|
+
- lib/google-apps-events-subscriptions-v1beta.rb
|
55
|
+
- lib/google/apps/events/subscriptions/v1beta.rb
|
56
|
+
- lib/google/apps/events/subscriptions/v1beta/rest.rb
|
57
|
+
- lib/google/apps/events/subscriptions/v1beta/subscription_resource_pb.rb
|
58
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service.rb
|
59
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/client.rb
|
60
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/credentials.rb
|
61
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/operations.rb
|
62
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/paths.rb
|
63
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest.rb
|
64
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest/client.rb
|
65
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest/operations.rb
|
66
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service/rest/service_stub.rb
|
67
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service_pb.rb
|
68
|
+
- lib/google/apps/events/subscriptions/v1beta/subscriptions_service_services_pb.rb
|
24
69
|
- lib/google/apps/events/subscriptions/v1beta/version.rb
|
70
|
+
- proto_docs/README.md
|
71
|
+
- proto_docs/google/api/client.rb
|
72
|
+
- proto_docs/google/api/field_behavior.rb
|
73
|
+
- proto_docs/google/api/field_info.rb
|
74
|
+
- proto_docs/google/api/launch_stage.rb
|
75
|
+
- proto_docs/google/api/resource.rb
|
76
|
+
- proto_docs/google/apps/events/subscriptions/v1beta/subscription_resource.rb
|
77
|
+
- proto_docs/google/apps/events/subscriptions/v1beta/subscriptions_service.rb
|
78
|
+
- proto_docs/google/longrunning/operations.rb
|
79
|
+
- proto_docs/google/protobuf/any.rb
|
80
|
+
- proto_docs/google/protobuf/duration.rb
|
81
|
+
- proto_docs/google/protobuf/empty.rb
|
82
|
+
- proto_docs/google/protobuf/field_mask.rb
|
83
|
+
- proto_docs/google/protobuf/timestamp.rb
|
84
|
+
- proto_docs/google/rpc/status.rb
|
25
85
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
26
86
|
licenses:
|
27
87
|
- Apache-2.0
|
@@ -33,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
93
|
requirements:
|
34
94
|
- - ">="
|
35
95
|
- !ruby/object:Gem::Version
|
36
|
-
version: '3.
|
96
|
+
version: '3.1'
|
37
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
98
|
requirements:
|
39
99
|
- - ">="
|
@@ -42,5 +102,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
102
|
requirements: []
|
43
103
|
rubygems_version: 3.6.9
|
44
104
|
specification_version: 4
|
45
|
-
summary:
|
105
|
+
summary: The Google Workspace Events API lets you subscribe to events and manage change
|
106
|
+
notifications across Google Workspace applications.
|
46
107
|
test_files: []
|