Class ProjectsResource.LocationsResource.UpdateAutoMigrationConfigRequest
Updates the AutoMigrationConfig for a given project and location.
Inheritance
ProjectsResource.LocationsResource.UpdateAutoMigrationConfigRequest
Inherited Members
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UpdateAutoMigrationConfigRequest : ConfigBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
UpdateAutoMigrationConfigRequest(IClientService, AutoMigrationConfig, string)
Constructs a new UpdateAutoMigrationConfig request.
Declaration
public UpdateAutoMigrationConfigRequest(IClientService service, AutoMigrationConfig body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| AutoMigrationConfig | 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
Identifier. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.
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
UpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes UpdateAutoMigrationConfig parameter list.
Declaration
protected override void InitParameters()