Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

BitbucketServerConfigs

Gets the BitbucketServerConfigs resource.

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

Builds

Gets the Builds resource.

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

GithubEnterpriseConfigs

Gets the GithubEnterpriseConfigs resource.

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

GitLabConfigs

Gets the GitLabConfigs resource.

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

Operations

Gets the Operations resource.

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

Triggers

Gets the Triggers resource.

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

WorkerPools

Gets the WorkerPools resource.

Declaration
public virtual ProjectsResource.LocationsResource.WorkerPoolsResource WorkerPools { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.WorkerPoolsResource
In This Article
Back to top Generated by DocFX