Class ProjectsResource.LocationsResource.ConversionWorkspacesResource.ApplyRequest
Applies draft tree onto a specific destination database.
Inheritance
ProjectsResource.LocationsResource.ConversionWorkspacesResource.ApplyRequest
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversionWorkspacesResource.ApplyRequest : DatabaseMigrationServiceBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ApplyRequest(IClientService, ApplyConversionWorkspaceRequest, string)
Constructs a new Apply request.
Declaration
public ApplyRequest(IClientService service, ApplyConversionWorkspaceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ApplyConversionWorkspaceRequest | 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 conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
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 Apply parameter list.
Declaration
protected override void InitParameters()