lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb in google-cloud-kms-0.2.3 vs lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb in google-cloud-kms-0.2.4

- old
+ new

@@ -19,11 +19,11 @@ module V1 # Request message for {Google::Cloud::Kms::V1::KeyManagementService::ListKeyRings KeyManagementService::ListKeyRings}. # @!attribute [rw] parent # @return [String] # Required. The resource name of the location associated with the - # {Google::Cloud::Kms::V1::KeyRing KeyRings}, in the format +projects/*/locations/*+. + # {Google::Cloud::Kms::V1::KeyRing KeyRings}, in the format `projects/*/locations/*`. # @!attribute [rw] page_size # @return [Integer] # Optional limit on the number of {Google::Cloud::Kms::V1::KeyRing KeyRings} to include in the # response. Further {Google::Cloud::Kms::V1::KeyRing KeyRings} can subsequently be obtained by # including the {Google::Cloud::Kms::V1::ListKeyRingsResponse#next_page_token ListKeyRingsResponse#next_page_token} in a subsequent @@ -36,11 +36,11 @@ # Request message for {Google::Cloud::Kms::V1::KeyManagementService::ListCryptoKeys KeyManagementService::ListCryptoKeys}. # @!attribute [rw] parent # @return [String] # Required. The resource name of the {Google::Cloud::Kms::V1::KeyRing KeyRing} to list, in the format - # +projects/*/locations/*/keyRings/*+. + # `projects/*/locations/*/keyRings/*`. # @!attribute [rw] page_size # @return [Integer] # Optional limit on the number of {Google::Cloud::Kms::V1::CryptoKey CryptoKeys} to include in the # response. Further {Google::Cloud::Kms::V1::CryptoKey CryptoKeys} can subsequently be obtained by # including the {Google::Cloud::Kms::V1::ListCryptoKeysResponse#next_page_token ListCryptoKeysResponse#next_page_token} in a subsequent @@ -56,11 +56,11 @@ # Request message for {Google::Cloud::Kms::V1::KeyManagementService::ListCryptoKeyVersions KeyManagementService::ListCryptoKeyVersions}. # @!attribute [rw] parent # @return [String] # Required. The resource name of the {Google::Cloud::Kms::V1::CryptoKey CryptoKey} to list, in the format - # +projects/*/locations/*/keyRings/*/cryptoKeys/*+. + # `projects/*/locations/*/keyRings/*/cryptoKeys/*`. # @!attribute [rw] page_size # @return [Integer] # Optional limit on the number of {Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersions} to # include in the response. Further {Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersions} can # subsequently be obtained by including the @@ -143,15 +143,15 @@ # Request message for {Google::Cloud::Kms::V1::KeyManagementService::CreateKeyRing KeyManagementService::CreateKeyRing}. # @!attribute [rw] parent # @return [String] # Required. The resource name of the location associated with the - # {Google::Cloud::Kms::V1::KeyRing KeyRings}, in the format +projects/*/locations/*+. + # {Google::Cloud::Kms::V1::KeyRing KeyRings}, in the format `projects/*/locations/*`. # @!attribute [rw] key_ring_id # @return [String] # Required. It must be unique within a location and match the regular - # expression +[a-zA-Z0-9_-]\\{1,63}+ + # expression `[a-zA-Z0-9_-]{1,63}` # @!attribute [rw] key_ring # @return [Google::Cloud::Kms::V1::KeyRing] # A {Google::Cloud::Kms::V1::KeyRing KeyRing} with initial field values. class CreateKeyRingRequest; end @@ -161,10 +161,10 @@ # Required. The {Google::Cloud::Kms::V1::KeyRing#name name} of the KeyRing associated with the # {Google::Cloud::Kms::V1::CryptoKey CryptoKeys}. # @!attribute [rw] crypto_key_id # @return [String] # Required. It must be unique within a KeyRing and match the regular - # expression +[a-zA-Z0-9_-]\\{1,63}+ + # expression `[a-zA-Z0-9_-]{1,63}` # @!attribute [rw] crypto_key # @return [Google::Cloud::Kms::V1::CryptoKey] # A {Google::Cloud::Kms::V1::CryptoKey CryptoKey} with initial field values. class CreateCryptoKeyRequest; end \ No newline at end of file