google-cloud-eventarc-publishing 0.3.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 003dfaeba1cd6ed34087b17b5114acaa43294966aa1cbaeb9c1e1e831affb3fb
4
- data.tar.gz: '08af8cf3f8414a2c560100ad65001f355453ad5a228560467227e5377f52ecaa'
3
+ metadata.gz: cb9fcb6698ad4b79a1575a6a3b46477888d30cb8a55be803edbb3ec5e6a9f436
4
+ data.tar.gz: 35a3ea640e7c0b859ca129381363af96eddec623547612b61b9a03087cde2d1c
5
5
  SHA512:
6
- metadata.gz: e3c5068f76f267eabbe5dc542609fb214800ce5b08910cd6b0618bc1d824fa475b5987d329094e85c971f27029768605bc05e29fd90c6eec83eb8978dc460b5a
7
- data.tar.gz: 128cc5a8e2d670e526b014abaa8a6f06908f941c47ad2cc1269a7dda9a14aabbbc0c6b049a214b951f87b11e8079646ea8e7ba8cd92feef0923992c29ea9b06a
6
+ metadata.gz: 692a877665b1249ad57328c561659286428f2b34699010c6fcc844ddf5f70ef6607d04c4a28b2a4dc6804ec7be1219136303f52df773bcca60626552a59d786d
7
+ data.tar.gz: 9a3b8c12bcf42933f80fce6af39a08dee71e188beace07deea86c3dd66034bcb20d47825417b1f2cb26fded8b116462a70ff3cf83df75be713ec7f5adacebda4
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-eventarc-publishing, to see the convenience metho
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-eventarc-publishing-v1](https://googleapis.dev/ruby/google-cloud-eventarc-publishing-v1/latest).
19
+ [google-cloud-eventarc-publishing-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-eventarc-publishing-v1/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/eventarc/)
22
22
  for more usage information.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Eventarc
23
23
  module Publishing
24
- VERSION = "0.3.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -49,7 +49,7 @@ module Google
49
49
  # Create a new client object for Publisher.
50
50
  #
51
51
  # By default, this returns an instance of
52
- # [Google::Cloud::Eventarc::Publishing::V1::Publisher::Client](https://googleapis.dev/ruby/google-cloud-eventarc-publishing-v1/latest/Google/Cloud/Eventarc/Publishing/V1/Publisher/Client.html)
52
+ # [Google::Cloud::Eventarc::Publishing::V1::Publisher::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-eventarc-publishing-v1/latest/Google-Cloud-Eventarc-Publishing-V1-Publisher-Client)
53
53
  # for a gRPC client for version V1 of the API.
54
54
  # However, you can specify a different API version by passing it in the
55
55
  # `version` parameter. If the Publisher service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc-publishing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core