README.md in grafeas-v1-0.4.0 vs README.md in grafeas-v1-0.5.0

- old
+ new

@@ -26,11 +26,11 @@ client = ::Grafeas::V1::Grafeas::Client.new request = ::Grafeas::V1::GetOccurrenceRequest.new # (request fields as keyword arguments...) response = client.get_occurrence request ``` -View the [Client Library Documentation](https://googleapis.dev/ruby/grafeas-v1/latest) +View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/grafeas-v1/latest) for class and method documentation. ## Enabling Logging To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library. @@ -54,9 +54,14 @@ # Define a gRPC module-level logger method before grpc/logconfig.rb loads. module GRPC extend MyLogger end ``` + + +## Google Cloud Samples + +To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples). ## Supported Ruby Versions This library is supported on Ruby 2.5+.