[BindServiceMethod(typeof(RuntimeProjectAttachmentService), "BindService")]
public abstract class RuntimeProjectAttachmentService.RuntimeProjectAttachmentServiceBaseReference documentation and code samples for the API hub v1 API class RuntimeProjectAttachmentService.RuntimeProjectAttachmentServiceBase.
Base class for server-side implementations of RuntimeProjectAttachmentService
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Methods
CreateRuntimeProjectAttachment(CreateRuntimeProjectAttachmentRequest, ServerCallContext)
public virtual Task<RuntimeProjectAttachment> CreateRuntimeProjectAttachment(CreateRuntimeProjectAttachmentRequest request, ServerCallContext context)Attaches a runtime project to the host project.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRuntimeProjectAttachmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskRuntimeProjectAttachment |
The response to send back to the client (wrapped by a task). |
DeleteRuntimeProjectAttachment(DeleteRuntimeProjectAttachmentRequest, ServerCallContext)
public virtual Task<Empty> DeleteRuntimeProjectAttachment(DeleteRuntimeProjectAttachmentRequest request, ServerCallContext context)Delete a runtime project attachment in the API Hub. This call will detach the runtime project from the host project.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRuntimeProjectAttachmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetRuntimeProjectAttachment(GetRuntimeProjectAttachmentRequest, ServerCallContext)
public virtual Task<RuntimeProjectAttachment> GetRuntimeProjectAttachment(GetRuntimeProjectAttachmentRequest request, ServerCallContext context)Gets a runtime project attachment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRuntimeProjectAttachmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskRuntimeProjectAttachment |
The response to send back to the client (wrapped by a task). |
ListRuntimeProjectAttachments(ListRuntimeProjectAttachmentsRequest, ServerCallContext)
public virtual Task<ListRuntimeProjectAttachmentsResponse> ListRuntimeProjectAttachments(ListRuntimeProjectAttachmentsRequest request, ServerCallContext context)List runtime projects attached to the host project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuntimeProjectAttachmentsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListRuntimeProjectAttachmentsResponse |
The response to send back to the client (wrapped by a task). |
LookupRuntimeProjectAttachment(LookupRuntimeProjectAttachmentRequest, ServerCallContext)
public virtual Task<LookupRuntimeProjectAttachmentResponse> LookupRuntimeProjectAttachment(LookupRuntimeProjectAttachmentRequest request, ServerCallContext context)Look up a runtime project attachment. This API can be called in the context of any project.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupRuntimeProjectAttachmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskLookupRuntimeProjectAttachmentResponse |
The response to send back to the client (wrapped by a task). |