google-cloud-web_risk-v1 0.6.0 → 0.7.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: f4a1e42a4e53cb1cc7bb49da3a6d93e8b6d1fe12d13a6625aa47b4b37079d7b2
4
- data.tar.gz: 4f102663e3699e6d4c49471dd85ddf90f8f75f74895c716e124f32fe430e7599
3
+ metadata.gz: 639111916109dc727c3cc47fb5f503e95003095decf6d7759da69bae41a92f64
4
+ data.tar.gz: 26b7cbdff0b4294329c82691ad6b060745d156c13beae822a70ffd8a5497c200
5
5
  SHA512:
6
- metadata.gz: 91995f126535a48f2f96c267f15ff441608506e1ec9390edf5887e969da80e1c22850ef3d8c4651d3dd9e9a69fe1899b3d24a31150a0ff7fe0a900db754b2adb
7
- data.tar.gz: d49f8bb4a0f765044999c38ea3d78b68325e84984b9781bf1955bcc012b1ef5ab3037cc8c486e5ef6af524edb5c49db8b1de8f02a3572c27e73ed6cc5bbf3db7
6
+ metadata.gz: 5bac4dcafbcc78a89fc96fd34fac90a3b49fe59a8d07c26b401692db6bd533d26838297998dcff248fda04e60f1921297eebef62c4141a857ea7b2841b14e0a5
7
+ data.tar.gz: f9bc927e1e6ac8e839cf68ab48d454541c572bde61e51a958ce17d4fe098d4087e4c4cb2447e1c974a6cc24073ad3755fc766da1b25f6b973fad9c0e90b5cbdd
data/README.md CHANGED
@@ -46,7 +46,7 @@ for general usage information.
46
46
  ## Enabling Logging
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
49
+ The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
50
  or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/web_risk/v1/web_risk_service/rest"
20
+ require "google/cloud/web_risk/v1/version"
21
+
22
+ module Google
23
+ module Cloud
24
+ module WebRisk
25
+ ##
26
+ # To load just the REST part of this package, including all its services, and instantiate a REST client:
27
+ #
28
+ # @example
29
+ #
30
+ # require "google/cloud/web_risk/v1/rest"
31
+ # client = ::Google::Cloud::WebRisk::V1::WebRiskService::Rest::Client.new
32
+ #
33
+ module V1
34
+ end
35
+ end
36
+ end
37
+ end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebRisk
23
23
  module V1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end