Class ProjectsResource.LocationsResource.SetConfigRequest
Sets the configuration related to the migration to Dataplex for an organization or project.
Inheritance
ProjectsResource.LocationsResource.SetConfigRequest
Inherited Members
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SetConfigRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>, IClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>, IClientServiceRequest
Constructors
SetConfigRequest(IClientService, GoogleCloudDatacatalogV1SetConfigRequest, string)
Constructs a new SetConfig request.
Declaration
public SetConfigRequest(IClientService service, GoogleCloudDatacatalogV1SetConfigRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDatacatalogV1SetConfigRequest | 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 organization or project whose config is being specified.
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 SetConfig parameter list.
Declaration
protected override void InitParameters()