google-cloud-video-live_stream 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: faec0c963b18813c3ef63a2b431315ba8007951ad667b2fb2ae2b05a7740412d
4
- data.tar.gz: 59f9e8b74b336fa4abf6b970128ba14e4b1376e11bbef628056e0d589ca179dd
3
+ metadata.gz: 2527bd3dafd1392845fbb429a5deb17daf52cfa22ae713a214cd86971fad778c
4
+ data.tar.gz: 4603fb90b2f1cf0c39e3c61657073ea3b6a2f64172426e392832ddb08ad5e61f
5
5
  SHA512:
6
- metadata.gz: 006c024215dfe2203898bf6b0ebc02c5ced64eb17b2e1088bbd1b44381f37921f045613b91bd107a931e8c56219146c1275b56b698bba7335ef3308121f69a36
7
- data.tar.gz: 605a01bce89b53367939f4323c6e64218e92688acdc6d99c1b698aeb16d6e775abd3a9372f09bfea21c7c9f4bf8852c40be53d4622576c15f4f788c741b02682
6
+ metadata.gz: 7841d42050e04307b7b6ac40be1808c2cb09af6350db6689899338d68c05462a9cf89a5348cbb5637373ad18051c1bf792d8b88defec4b287a88e4a427459b1f
7
+ data.tar.gz: d3ec4630f3b2fea19676d27a716db69fc350f9a05ca9fa13bd74647b4303c30926715018c9ca8b18ccbf3283336577e6e19243b8b9ba05a5e472d4930d5b1ac9
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-video-live_stream, to see the convenience methods
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-video-live_stream-v1](https://googleapis.dev/ruby/google-cloud-video-live_stream-v1/latest).
19
+ [google-cloud-video-live_stream-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-video-live_stream-v1/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/livestream/)
22
22
  for more usage information.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Video
23
23
  module LiveStream
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 LivestreamService.
50
50
  #
51
51
  # By default, this returns an instance of
52
- # [Google::Cloud::Video::LiveStream::V1::LivestreamService::Client](https://googleapis.dev/ruby/google-cloud-video-live_stream-v1/latest/Google/Cloud/Video/LiveStream/V1/LivestreamService/Client.html)
52
+ # [Google::Cloud::Video::LiveStream::V1::LivestreamService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-video-live_stream-v1/latest/Google-Cloud-Video-LiveStream-V1-LivestreamService-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 LivestreamService service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-live_stream
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