lib/google/cloud/kms/v1/helpers.rb in google-cloud-kms-0.2.5 vs lib/google/cloud/kms/v1/helpers.rb in google-cloud-kms-0.3.0
- old
+ new
@@ -14,47 +14,47 @@
module Google
module Cloud
module Kms
module V1
class KeyManagementServiceClient
- # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.crypto_key_version_path.
+ # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.crypto_key_path.
# @param project [String]
# @param location [String]
# @param key_ring [String]
# @param crypto_key [String]
- # @param crypto_key_version [String]
# @return [String]
- def crypto_key_version_path project, location, key_ring, crypto_key, crypto_key_version
- self.class.crypto_key_version_path project, location, key_ring, crypto_key, crypto_key_version
+ def crypto_key_path project, location, key_ring, crypto_key
+ self.class.crypto_key_path project, location, key_ring, crypto_key
end
- # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.key_ring_path.
+ # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.crypto_key_path_path.
# @param project [String]
# @param location [String]
# @param key_ring [String]
+ # @param crypto_key_path [String]
# @return [String]
- def key_ring_path project, location, key_ring
- self.class.key_ring_path project, location, key_ring
+ def crypto_key_path_path project, location, key_ring, crypto_key_path
+ self.class.crypto_key_path_path project, location, key_ring, crypto_key_path
end
- # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.crypto_key_path_path.
+ # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.crypto_key_version_path.
# @param project [String]
# @param location [String]
# @param key_ring [String]
- # @param crypto_key_path [String]
+ # @param crypto_key [String]
+ # @param crypto_key_version [String]
# @return [String]
- def crypto_key_path_path project, location, key_ring, crypto_key_path
- self.class.crypto_key_path_path project, location, key_ring, crypto_key_path
+ def crypto_key_version_path project, location, key_ring, crypto_key, crypto_key_version
+ self.class.crypto_key_version_path project, location, key_ring, crypto_key, crypto_key_version
end
- # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.crypto_key_path.
+ # Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.key_ring_path.
# @param project [String]
# @param location [String]
# @param key_ring [String]
- # @param crypto_key [String]
# @return [String]
- def crypto_key_path project, location, key_ring, crypto_key
- self.class.crypto_key_path project, location, key_ring, crypto_key
+ def key_ring_path project, location, key_ring
+ self.class.key_ring_path project, location, key_ring
end
# Alias for Google::Cloud::Kms::V1::KeyManagementServiceClient.location_path.
# @param project [String]
# @param location [String]
\ No newline at end of file