Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Builds

Gets the Builds resource.

Declaration
public virtual ProjectsResource.BuildsResource Builds { get; }
Property Value
Type Description
ProjectsResource.BuildsResource

Locations

Gets the Locations resource.

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

Triggers

Gets the Triggers resource.

Declaration
public virtual ProjectsResource.TriggersResource Triggers { get; }
Property Value
Type Description
ProjectsResource.TriggersResource
In This Article
Back to top