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