lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb in google-cloud-kms-0.2.1 vs lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb in google-cloud-kms-0.2.2
- old
+ new
@@ -10,10 +10,11 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
module Google
module Cloud
module Kms
module V1
# Request message for {Google::Cloud::Kms::V1::KeyManagementService::ListKeyRings KeyManagementService::ListKeyRings}.
@@ -133,11 +134,11 @@
# Required. The resource name of the location associated with the
# {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
@@ -147,10 +148,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