Artifact Registry v1 API - Class ArtifactRegistry (2.6.0)

public static class ArtifactRegistry

Reference documentation and code samples for the Artifact Registry v1 API class ArtifactRegistry.

The 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.

Inheritance

object > ArtifactRegistry

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Methods

BindService(ArtifactRegistryBase)

public static ServerServiceDefinition BindService(ArtifactRegistry.ArtifactRegistryBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplArtifactRegistryArtifactRegistryBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, 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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplArtifactRegistryArtifactRegistryBase

An object implementing the server-side handling logic.