Class ArtifactRegistry (1.0.0-beta06)

public static 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.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Methods

BindService(ArtifactRegistry.ArtifactRegistryBase)

public static ServerServiceDefinition BindService(ArtifactRegistry.ArtifactRegistryBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplArtifactRegistry.ArtifactRegistryBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplArtifactRegistry.ArtifactRegistryBase

An object implementing the server-side handling logic.