Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource

The "global" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GlobalResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource

Constructors

GlobalResource(IClientService)

Constructs a new resource.

Declaration
public GlobalResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetProjectFeatureSettings(string)

GetProjectFeatureSettings returns the VM Manager feature settings for a project.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.GetProjectFeatureSettingsRequest GetProjectFeatureSettings(string name)
Parameters
Type Name Description
string name

Required. Name specifies the URL for the ProjectFeatureSettings resource: projects/project_id/locations/global/projectFeatureSettings.

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.GetProjectFeatureSettingsRequest

UpdateProjectFeatureSettings(ProjectFeatureSettings, string)

UpdateProjectFeatureSettings sets the VM Manager features for a project.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.UpdateProjectFeatureSettingsRequest UpdateProjectFeatureSettings(ProjectFeatureSettings body, string name)
Parameters
Type Name Description
ProjectFeatureSettings body

The body of the request.

string name

Required. Immutable. Name specifies the URL for the ProjectFeatureSettings resource: projects/project_id/locations/global/projectFeatureSettings.

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.UpdateProjectFeatureSettingsRequest
In this article
Back to top Generated by DocFX