lib/google/cloud/kms/v1.rb in google-cloud-kms-0.2.2 vs lib/google/cloud/kms/v1.rb in google-cloud-kms-0.2.3

- old
+ new

@@ -12,40 +12,41 @@ # See the License for the specific language governing permissions and # limitations under the License. require "google/cloud/kms/v1/key_management_service_client" +require "google/cloud/kms/v1/service_pb" module Google module Cloud module Kms # rubocop:disable LineLength ## - # # Ruby Client for Google Cloud Key Management Service (KMS) API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-ruby#versioning)) + # # Ruby Client for Cloud Key Management Service (KMS) API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-ruby#versioning)) # - # [Google Cloud Key Management Service (KMS) API][Product Documentation]: - # Manages encryption for your cloud services the same way you do on-premises. - # You can generate, use, rotate, and destroy AES256 encryption keys. + # [Cloud Key Management Service (KMS) API][Product Documentation]: + # Manages keys and performs cryptographic operations in a central cloud + # service, for direct use by other cloud resources and applications. # - [Product Documentation][] # # ## Quick Start # In order to use this library, you first need to go through the following # steps: # # 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project) # 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project) - # 3. [Enable the Google Cloud Key Management Service (KMS) API.](https://console.cloud.google.com/apis/library/cloudkms.googleapis.com) + # 3. [Enable the Cloud Key Management Service (KMS) API.](https://console.cloud.google.com/apis/library/cloudkms.googleapis.com) # 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication) # # ### Installation # ``` # $ gem install google-cloud-kms # ``` # # ### Next Steps - # - Read the [Google Cloud Key Management Service (KMS) API Product documentation][Product Documentation] + # - Read the [Cloud Key Management Service (KMS) API Product documentation][Product Documentation] # to learn more about the product and see How-to Guides. # - View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md) # to see the full list of Cloud APIs that we cover. # # [Product Documentation]: https://cloud.google.com/kms @@ -86,9 +87,12 @@ # model with the following objects: # # * {Google::Cloud::Kms::V1::KeyRing KeyRing} # * {Google::Cloud::Kms::V1::CryptoKey CryptoKey} # * {Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion} + # + # If you are using manual gRPC libraries, see + # [Using gRPC with Cloud KMS](https://cloud.google.com/kms/docs/grpc). # # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc] # Provides the means for authenticating requests made by the client. This parameter can # be many types. # A `Google::Auth::Credentials` uses a the properties of its represented keyfile for