Class ProjectsResource.LocationsResource.ConversionWorkspacesResource.SeedRequest
Imports a snapshot of the source database into the conversion workspace.
Inheritance
ProjectsResource.LocationsResource.ConversionWorkspacesResource.SeedRequest
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversionWorkspacesResource.SeedRequest : DatabaseMigrationServiceBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
SeedRequest(IClientService, SeedConversionWorkspaceRequest, string)
Constructs a new Seed request.
Declaration
public SeedRequest(IClientService service, SeedConversionWorkspaceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SeedConversionWorkspaceRequest | 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
Name of the conversion workspace resource to seed with new database structure, 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 Seed parameter list.
Declaration
protected override void InitParameters()