Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Locations

Gets the Locations resource.

Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource

Methods

GetProjectSettings(string)

Retrieves the Settings for the Project.

Declaration
public virtual ProjectsResource.GetProjectSettingsRequest GetProjectSettings(string name)
Parameters
Type Name Description
string name

Required. The name of the projectSettings resource.

Returns
Type Description
ProjectsResource.GetProjectSettingsRequest

UpdateProjectSettings(ProjectSettings, string)

Updates the Settings for the Project.

Declaration
public virtual ProjectsResource.UpdateProjectSettingsRequest UpdateProjectSettings(ProjectSettings body, string name)
Parameters
Type Name Description
ProjectSettings body

The body of the request.

string name

The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set

Returns
Type Description
ProjectsResource.UpdateProjectSettingsRequest
In this article
Back to top Generated by DocFX