lib/google/cloud/kms.rb in google-cloud-kms-2.5.1 vs lib/google/cloud/kms.rb in google-cloud-kms-2.6.0

- old
+ new

@@ -27,30 +27,31 @@ require "google/cloud" unless defined? ::Google::Cloud.new require "google/cloud/config" # Set the default configuration ::Google::Cloud.configure.add_config! :kms do |config| - config.add_field! :endpoint, "cloudkms.googleapis.com", match: ::String + config.add_field! :endpoint, nil, match: ::String config.add_field! :credentials, nil, match: [::String, ::Hash, ::Google::Auth::Credentials] config.add_field! :scope, nil, match: [::Array, ::String] config.add_field! :lib_name, nil, match: ::String config.add_field! :lib_version, nil, match: ::String config.add_field! :interceptors, nil, match: ::Array config.add_field! :timeout, nil, match: ::Numeric config.add_field! :metadata, nil, match: ::Hash config.add_field! :retry_policy, nil, match: [::Hash, ::Proc] config.add_field! :quota_project, nil, match: ::String + config.add_field! :universe_domain, nil, match: ::String end module Google module Cloud module Kms ## # Create a new client object for EkmService. # # By default, this returns an instance of - # [Google::Cloud::Kms::V1::EkmService::Client](https://googleapis.dev/ruby/google-cloud-kms-v1/latest/Google/Cloud/Kms/V1/EkmService/Client.html) + # [Google::Cloud::Kms::V1::EkmService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-kms-v1/latest/Google-Cloud-Kms-V1-EkmService-Client) # for a gRPC client for version V1 of the API. # However, you can specify a different API version by passing it in the # `version` parameter. If the EkmService service is # supported by that API version, and the corresponding gem is available, the # appropriate versioned client will be returned. @@ -84,10 +85,10 @@ ## # Create a new client object for KeyManagementService. # # By default, this returns an instance of - # [Google::Cloud::Kms::V1::KeyManagementService::Client](https://googleapis.dev/ruby/google-cloud-kms-v1/latest/Google/Cloud/Kms/V1/KeyManagementService/Client.html) + # [Google::Cloud::Kms::V1::KeyManagementService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-kms-v1/latest/Google-Cloud-Kms-V1-KeyManagementService-Client) # for a gRPC client for version V1 of the API. # However, you can specify a different API version by passing it in the # `version` parameter. If the KeyManagementService service is # supported by that API version, and the corresponding gem is available, the # appropriate versioned client will be returned.