Reference documentation and code samples for the Google Cloud Domains V1 Client class RetrieveAuthorizationCodeRequest.
Request for the RetrieveAuthorizationCode
method.
Generated from protobuf message google.cloud.domains.v1.RetrieveAuthorizationCodeRequest
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ registration
string
Required. The name of the Registration
whose authorization code is being retrieved, in the format projects/*/locations/*/registrations/*
.
getRegistration
Required. The name of the Registration
whose authorization code is being retrieved,
in the format projects/*/locations/*/registrations/*
.
string
setRegistration
Required. The name of the Registration
whose authorization code is being retrieved,
in the format projects/*/locations/*/registrations/*
.
var
string
$this
static::build
registration
string
Required. The name of the Registration
whose authorization code is being retrieved,
in the format projects/*/locations/*/registrations/*
. Please see DomainsClient::registrationName()
for help formatting this field.