Reference documentation and code samples for the Google Cloud Domains V1 Client class ExportRegistrationRequest.
Request for the ExportRegistration method.
Generated from protobuf message google.cloud.domains.v1.ExportRegistrationRequest
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the |
getName
Required. The name of the Registration to export,
in the format projects/*/locations/*/registrations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the Registration to export,
in the format projects/*/locations/*/registrations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the |
| Returns | |
|---|---|
| Type | Description |
ExportRegistrationRequest |
|