ProjectsReposResource class
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(Repo request, String parent, {String? $fields})
→ Future<Repo>
-
Creates a repo in the given project with the given name.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a repo.
-
get(String name, {String? $fields})
→ Future<Repo>
-
Returns information about a repo.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the IAM policy policy for a resource.
-
list(String name, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListReposResponse>
-
Returns all repos belonging to a project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(UpdateRepoRequest request, String name, {String? $fields})
→ Future<Repo>
-
Updates information about a repo.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the IAM policy on the specified resource.
-
sync(SyncRepoRequest request, String name, {String? $fields})
→ Future<Operation>
-
Synchronize a connected repo.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited