ProjectsLocationsRepositoriesResource class
Constructors
- ProjectsLocationsRepositoriesResource(ApiRequester client)
Properties
- aptArtifacts → ProjectsLocationsRepositoriesAptArtifactsResource
-
no setter
- dockerImages → ProjectsLocationsRepositoriesDockerImagesResource
-
no setter
- files → ProjectsLocationsRepositoriesFilesResource
-
no setter
- genericArtifacts → ProjectsLocationsRepositoriesGenericArtifactsResource
-
no setter
- goModules → ProjectsLocationsRepositoriesGoModulesResource
-
no setter
- googetArtifacts → ProjectsLocationsRepositoriesGoogetArtifactsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- kfpArtifacts → ProjectsLocationsRepositoriesKfpArtifactsResource
-
no setter
- mavenArtifacts → ProjectsLocationsRepositoriesMavenArtifactsResource
-
no setter
- npmPackages → ProjectsLocationsRepositoriesNpmPackagesResource
-
no setter
- packages → ProjectsLocationsRepositoriesPackagesResource
-
no setter
- pythonPackages → ProjectsLocationsRepositoriesPythonPackagesResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- yumArtifacts → ProjectsLocationsRepositoriesYumArtifactsResource
-
no setter
Methods
-
create(
Repository request, String parent, {String? repositoryId, String? $fields}) → Future< Operation> - Creates a repository.
-
delete(
String name, {String? $fields}) → Future< Operation> - Deletes a repository and all of its contents.
-
get(
String name, {String? $fields}) → Future< Repository> - Gets a repository.
-
getIamPolicy(
String resource, {int? options_requestedPolicyVersion, String? $fields}) → Future< Policy> - Gets the IAM policy for a given resource.
-
list(
String parent, {int? pageSize, String? pageToken, String? $fields}) → Future< ListRepositoriesResponse> - Lists repositories.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
Repository request, String name, {String? updateMask, String? $fields}) → Future< Repository> - Updates a repository.
-
setIamPolicy(
SetIamPolicyRequest request, String resource, {String? $fields}) → Future< Policy> - Updates the IAM policy for a given resource.
-
testIamPermissions(
TestIamPermissionsRequest request, String resource, {String? $fields}) → Future< TestIamPermissionsResponse> - Tests if the caller has a list of permissions on a resource.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited