[BindServiceMethod(typeof(ArtifactRegistry), "BindService")]
public abstract class ArtifactRegistryBase
Base 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 |
GetRepositoryRequest The request received from the client. |
context |
ServerCallContext The 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 |
ListDockerImagesRequest The request received from the client. |
context |
ServerCallContext The 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 |
ListRepositoriesRequest The request received from the client. |
context |
ServerCallContext The 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). |