[BindServiceMethod(typeof(ArtifactRegistry), "BindService")]
public abstract class ArtifactRegistryBaseBase class for server-side implementations of ArtifactRegistry
Namespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Methods
GetRepository(GetRepositoryRequest, ServerCallContext)
public virtual Task<Repository> GetRepository(GetRepositoryRequest request, ServerCallContext context)Gets a repository.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRepositoryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Repository> |
The response to send back to the client (wrapped by a task). |
ListDockerImages(ListDockerImagesRequest, ServerCallContext)
public virtual Task<ListDockerImagesResponse> ListDockerImages(ListDockerImagesRequest request, ServerCallContext context)Lists docker images.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDockerImagesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListDockerImagesResponse> |
The response to send back to the client (wrapped by a task). |
ListRepositories(ListRepositoriesRequest, ServerCallContext)
public virtual Task<ListRepositoriesResponse> ListRepositories(ListRepositoriesRequest request, ServerCallContext context)Lists repositories.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRepositoriesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListRepositoriesResponse> |
The response to send back to the client (wrapped by a task). |