ProjectsGithubEnterpriseConfigsResource class

Constructors

ProjectsGithubEnterpriseConfigsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GitHubEnterpriseConfig request, String parent, {String? gheConfigId, String? projectId, String? $fields}) Future<Operation>
Create an association between a GCP project and a GitHub Enterprise server.
delete(String name, {String? configId, String? projectId, String? $fields}) Future<Operation>
Delete an association between a GCP project and a GitHub Enterprise server.
get(String name, {String? configId, String? projectId, String? $fields}) Future<GitHubEnterpriseConfig>
Retrieve a GitHubEnterpriseConfig.
list(String parent, {String? projectId, String? $fields}) Future<ListGithubEnterpriseConfigsResponse>
List all GitHubEnterpriseConfigs for a given project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GitHubEnterpriseConfig request, String name, {String? updateMask, String? $fields}) Future<Operation>
Update an association between a GCP project and a GitHub Enterprise server.
toString() String
A string representation of this object.
inherited

Operators

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