Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
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 |
GitLabConfigs
Gets the GitLabConfigs resource.
Declaration
public virtual ProjectsResource.LocationsResource.GitLabConfigsResource GitLabConfigs { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GitLabConfigsResource |
GithubEnterpriseConfigs
Gets the GithubEnterpriseConfigs resource.
Declaration
public virtual ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource GithubEnterpriseConfigs { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource |
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 |
Methods
GetDefaultServiceAccount(string)
Returns the DefaultServiceAccount
used by the project.
Declaration
public virtual ProjectsResource.LocationsResource.GetDefaultServiceAccountRequest GetDefaultServiceAccount(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetDefaultServiceAccountRequest |