Class ProjectsResource.LocationsResource.GlobalResource.UpdateProjectFeatureSettingsRequest
UpdateProjectFeatureSettings sets the VM Manager features for a project.
Inheritance
ProjectsResource.LocationsResource.GlobalResource.UpdateProjectFeatureSettingsRequest
Inherited Members
Namespace: Google.Apis.OSConfig.v1
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource.UpdateProjectFeatureSettingsRequest : OSConfigBaseServiceRequest<ProjectFeatureSettings>, IClientServiceRequest<ProjectFeatureSettings>, IClientServiceRequest
Constructors
UpdateProjectFeatureSettingsRequest(IClientService, ProjectFeatureSettings, string)
Constructs a new UpdateProjectFeatureSettings request.
Declaration
public UpdateProjectFeatureSettingsRequest(IClientService service, ProjectFeatureSettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ProjectFeatureSettings | 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. Immutable. Name specifies the URL for the ProjectFeatureSettings resource: projects/project_id/locations/global/projectFeatureSettings.
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. Field mask that controls which fields of the ProjectFeatureSettings should be updated.
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 UpdateProjectFeatureSettings parameter list.
Declaration
protected override void InitParameters()