ProjectsLocationsConnectionsRepositoriesResource class

Constructors

ProjectsLocationsConnectionsRepositoriesResource(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

accessReadToken(FetchReadTokenRequest request, String repository, {String? $fields}) Future<FetchReadTokenResponse>
Fetches read token of a given repository.
accessReadWriteToken(FetchReadWriteTokenRequest request, String repository, {String? $fields}) Future<FetchReadWriteTokenResponse>
Fetches read/write token of a given repository.
batchCreate(BatchCreateRepositoriesRequest request, String parent, {String? $fields}) Future<Operation>
Creates multiple repositories inside a connection.
create(Repository request, String parent, {String? repositoryId, String? $fields}) Future<Operation>
Creates a Repository.
delete(String name, {String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Deletes a single repository.
fetchGitRefs(String repository, {int? pageSize, String? pageToken, String? refType, String? $fields}) Future<FetchGitRefsResponse>
Fetch the list of branches or tags for a given repository.
get(String name, {String? $fields}) Future<Repository>
Gets details of a single repository.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListRepositoriesResponse>
Lists Repositories in a given connection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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