Class ProjectsResource.LocationsResource.RegistrationsResource.ExportRequest
Deprecated: For more information, see Cloud Domains feature
deprecation Exports a
Registration resource, such that it is no longer managed by Cloud Domains. When an active domain
is successfully exported, you can continue to use the domain in Google
Domains until it expires. The calling user becomes the domain's sole owner
in Google Domains, and permissions for the domain are subsequently managed there. The domain does
not renew automatically unless the new owner sets up billing in Google Domains.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudDomains.v1alpha2
Assembly: Google.Apis.CloudDomains.v1alpha2.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.ExportRequest : CloudDomainsBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ExportRequest(IClientService, ExportRegistrationRequest, string)
Constructs a new Export request.
Declaration
public ExportRequest(IClientService service, ExportRegistrationRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ExportRegistrationRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The name of the Registration to export, in the format
projects/*/locations/*/registrations/*.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Export parameter list.
Declaration
protected override void InitParameters()