Namespace Google.Apis.ArtifactRegistry.v1beta2
Classes
ArtifactRegistryBaseServiceRequest<TResponse>
A base abstract class for ArtifactRegistry requests.
ArtifactRegistryService
The ArtifactRegistry Service.
ArtifactRegistryService.Scope
Available OAuth 2.0 scopes for use with the Artifact Registry API.
ArtifactRegistryService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Artifact Registry API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.GetProjectSettingsRequest
Retrieves the Settings for the Project.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.GetRequest
Gets information about a location.
ProjectsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service. This method lists locations based on
the resource scope provided in the [ListLocationsRequest.name] field: * Global locations: If name
is empty, the method lists the public locations available to all projects. * Project-specific
locations: If name follows the format projects/{project}, the method lists locations visible to
that specific project. This includes public, private, or other project-specific locations enabled for
the project. For gRPC and client library implementations, the resource name is passed as the name
field. For direct service calls, the resource name is incorporated into the request path based on the
specific service implementation and version.
ProjectsResource.LocationsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.RepositoriesResource
The "repositories" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.AptArtifactsResource
The "aptArtifacts" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.AptArtifactsResource.ImportRequest
Imports Apt artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.
ProjectsResource.LocationsResource.RepositoriesResource.AptArtifactsResource.UploadMediaUpload
Upload media upload which supports resumable upload.
ProjectsResource.LocationsResource.RepositoriesResource.AptArtifactsResource.UploadRequest
Directly uploads an Apt artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
ProjectsResource.LocationsResource.RepositoriesResource.CreateRequest
Creates a repository. The returned Operation will finish once the repository has been created. Its response will be the created Repository.
ProjectsResource.LocationsResource.RepositoriesResource.DeleteRequest
Deletes a repository and all of its contents. The returned Operation will finish once the repository has been deleted. It will not have any Operation metadata and will return a google.protobuf.Empty response.
ProjectsResource.LocationsResource.RepositoriesResource.FilesResource
The "files" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.FilesResource.DownloadRequest
Download a file.
ProjectsResource.LocationsResource.RepositoriesResource.FilesResource.GetRequest
Gets a file.
ProjectsResource.LocationsResource.RepositoriesResource.FilesResource.ListRequest
Lists files.
ProjectsResource.LocationsResource.RepositoriesResource.GetIamPolicyRequest
Gets the IAM policy for a given resource.
ProjectsResource.LocationsResource.RepositoriesResource.GetRequest
Gets a repository.
ProjectsResource.LocationsResource.RepositoriesResource.ListRequest
Lists repositories.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource
The "packages" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.DeleteRequest
Deletes a package and all of its versions and tags. The returned operation will complete once the package has been deleted.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.GetRequest
Gets a package.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.ListRequest
Lists packages.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.PatchRequest
Updates a package.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.TagsResource
The "tags" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.TagsResource.CreateRequest
Creates a tag.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.TagsResource.DeleteRequest
Deletes a tag.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.TagsResource.GetRequest
Gets a tag.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.TagsResource.ListRequest
Lists tags.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.TagsResource.PatchRequest
Updates a tag.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.VersionsResource
The "versions" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.VersionsResource.DeleteRequest
Deletes a version and all of its content. The returned operation will complete once the version has been deleted.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.VersionsResource.GetRequest
Gets a version
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.VersionsResource.ListRequest
Lists versions.
ProjectsResource.LocationsResource.RepositoriesResource.PatchRequest
Updates a repository.
ProjectsResource.LocationsResource.RepositoriesResource.SetIamPolicyRequest
Updates the IAM policy for a given resource.
ProjectsResource.LocationsResource.RepositoriesResource.TestIamPermissionsRequest
Tests if the caller has a list of permissions on a resource.
ProjectsResource.LocationsResource.RepositoriesResource.YumArtifactsResource
The "yumArtifacts" collection of methods.
ProjectsResource.LocationsResource.RepositoriesResource.YumArtifactsResource.ImportRequest
Imports Yum (RPM) artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.
ProjectsResource.LocationsResource.RepositoriesResource.YumArtifactsResource.UploadMediaUpload
Upload media upload which supports resumable upload.
ProjectsResource.LocationsResource.RepositoriesResource.YumArtifactsResource.UploadRequest
Directly uploads a Yum artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.
ProjectsResource.UpdateProjectSettingsRequest
Updates the Settings for the Project.
Enums
ArtifactRegistryBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ArtifactRegistryBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.LocationsResource.RepositoriesResource.AptArtifactsResource.UploadMediaUpload.AltEnum
Data format for response.
ProjectsResource.LocationsResource.RepositoriesResource.AptArtifactsResource.UploadMediaUpload.XgafvEnum
V1 error format.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.VersionsResource.GetRequest.ViewEnum
The view that should be returned in the response.
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.VersionsResource.ListRequest.ViewEnum
The view that should be returned in the response.
ProjectsResource.LocationsResource.RepositoriesResource.YumArtifactsResource.UploadMediaUpload.AltEnum
Data format for response.
ProjectsResource.LocationsResource.RepositoriesResource.YumArtifactsResource.UploadMediaUpload.XgafvEnum
V1 error format.