Class: Google::Cloud::RecaptchaEnterprise::V1::MigrateKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

The migrate key request message.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the key to be migrated, in the format “projects/{project}/keys/{key}”.

Returns:

  • (::String)

    Required. The name of the key to be migrated, in the format “projects/{project}/keys/{key}”.



415
416
417
418
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 415

class MigrateKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end