Show / Hide Table of Contents

Namespace Google.Apis.CloudSourceRepositories.v1

Classes

CloudSourceRepositoriesBaseServiceRequest<TResponse>

A base abstract class for CloudSourceRepositories requests.

CloudSourceRepositoriesService

The CloudSourceRepositories Service.

CloudSourceRepositoriesService.Scope

Available OAuth 2.0 scopes for use with the Cloud Source Repositories API.

CloudSourceRepositoriesService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Source Repositories API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.GetConfigRequest

Returns the Cloud Source Repositories configuration of the project.

ProjectsResource.ReposResource

The "repos" collection of methods.

ProjectsResource.ReposResource.CreateRequest

Creates a repo in the given project with the given name. If the named repository already exists, CreateRepo returns ALREADY_EXISTS.

ProjectsResource.ReposResource.DeleteRequest

Deletes a repo.

ProjectsResource.ReposResource.GetIamPolicyRequest

Gets the IAM policy policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.ReposResource.GetRequest

Returns information about a repo.

ProjectsResource.ReposResource.ListRequest

Returns all repos belonging to a project. The sizes of the repos are not set by ListRepos. To get the size of a repo, use GetRepo.

ProjectsResource.ReposResource.PatchRequest

Updates information about a repo.

ProjectsResource.ReposResource.SetIamPolicyRequest

Sets the IAM policy on the specified resource. Replaces any existing policy.

ProjectsResource.ReposResource.SyncRequest

Synchronize a connected repo. The response contains SyncRepoMetadata in the metadata field.

ProjectsResource.ReposResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.

ProjectsResource.UpdateConfigRequest

Updates the Cloud Source Repositories configuration of the project.

Enums

CloudSourceRepositoriesBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudSourceRepositoriesBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX