ProjectsLocationsGitLabConfigsResource class

Constructors

ProjectsLocationsGitLabConfigsResource(ApiRequester client)

Properties

connectedRepositories ProjectsLocationsGitLabConfigsConnectedRepositoriesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
repos ProjectsLocationsGitLabConfigsReposResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GitLabConfig request, String parent, {String? gitlabConfigId, String? $fields}) Future<Operation>
Creates a new GitLabConfig.
delete(String name, {String? $fields}) Future<Operation>
Delete a GitLabConfig.
get(String name, {String? $fields}) Future<GitLabConfig>
Retrieves a GitLabConfig.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListGitLabConfigsResponse>
List all GitLabConfigs for a given project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GitLabConfig request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates an existing GitLabConfig.
removeGitLabConnectedRepository(RemoveGitLabConnectedRepositoryRequest request, String config, {String? $fields}) Future<Empty>
Remove a GitLab repository from a given GitLabConfig's connected repositories.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited