Class ProjectsResource.LocationsResource.UpdateConfigRequest
Update default config for a given project and location.
Inheritance
ProjectsResource.LocationsResource.UpdateConfigRequest
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.UpdateConfigRequest : DataformBaseServiceRequest<Config>, IClientServiceRequest<Config>, IClientServiceRequest
Constructors
UpdateConfigRequest(IClientService, Config, string)
Constructs a new UpdateConfig request.
Declaration
public UpdateConfigRequest(IClientService service, Config body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Config | 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 config name.
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. Specifies the fields to be updated in the config.
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 UpdateConfig parameter list.
Declaration
protected override void InitParameters()