README.md in google-cloud-security-private_ca-v1-0.2.1 vs README.md in google-cloud-security-private_ca-v1-0.3.0

- old
+ new

@@ -28,11 +28,11 @@ 1. {file:AUTHENTICATION.md Set up authentication.} ## Quick Start ```ruby -require "google/cloud/location" +require "google/cloud/security/private_ca/v1" client = ::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client.new request = ::Google::Cloud::Security::PrivateCA::V1::CreateCertificateRequest.new # (request fields as keyword arguments...) response = client.create_certificate request ``` @@ -66,9 +66,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+.