public static class ArtifactRegistryThe Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts from different package management systems.
The resources managed by this API are:
- Repositories, which group packages and their data.
- Packages, which group versions and their tags.
- Versions, which are specific forms of a package.
- Tags, which represent alternative names for versions.
- Files, which contain content and are optionally associated with a Package or Version.
Namespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Methods
BindService(ArtifactRegistry.ArtifactRegistryBase)
public static ServerServiceDefinition BindService(ArtifactRegistry.ArtifactRegistryBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
ArtifactRegistry.ArtifactRegistryBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, ArtifactRegistry.ArtifactRegistryBase)
public static void BindService(ServiceBinderBase serviceBinder, ArtifactRegistry.ArtifactRegistryBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
ArtifactRegistry.ArtifactRegistryBaseAn object implementing the server-side handling logic. |