public static final class RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStub extends AbstractBlockingStub<RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service RuntimeProjectAttachmentService.
This service is used for managing the runtime project attachments.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStub |
createRuntimeProjectAttachment(CreateRuntimeProjectAttachmentRequest request)
public RuntimeProjectAttachment createRuntimeProjectAttachment(CreateRuntimeProjectAttachmentRequest request)
Attaches a runtime project to the host project.
Parameter | |
---|---|
Name | Description |
request |
CreateRuntimeProjectAttachmentRequest |
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachment |
deleteRuntimeProjectAttachment(DeleteRuntimeProjectAttachmentRequest request)
public Empty deleteRuntimeProjectAttachment(DeleteRuntimeProjectAttachmentRequest request)
Delete a runtime project attachment in the API Hub. This call will detach the runtime project from the host project.
Parameter | |
---|---|
Name | Description |
request |
DeleteRuntimeProjectAttachmentRequest |
Returns | |
---|---|
Type | Description |
Empty |
getRuntimeProjectAttachment(GetRuntimeProjectAttachmentRequest request)
public RuntimeProjectAttachment getRuntimeProjectAttachment(GetRuntimeProjectAttachmentRequest request)
Gets a runtime project attachment.
Parameter | |
---|---|
Name | Description |
request |
GetRuntimeProjectAttachmentRequest |
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachment |
listRuntimeProjectAttachments(ListRuntimeProjectAttachmentsRequest request)
public ListRuntimeProjectAttachmentsResponse listRuntimeProjectAttachments(ListRuntimeProjectAttachmentsRequest request)
List runtime projects attached to the host project.
Parameter | |
---|---|
Name | Description |
request |
ListRuntimeProjectAttachmentsRequest |
Returns | |
---|---|
Type | Description |
ListRuntimeProjectAttachmentsResponse |
lookupRuntimeProjectAttachment(LookupRuntimeProjectAttachmentRequest request)
public LookupRuntimeProjectAttachmentResponse lookupRuntimeProjectAttachment(LookupRuntimeProjectAttachmentRequest request)
Look up a runtime project attachment. This API can be called in the context of any project.
Parameter | |
---|---|
Name | Description |
request |
LookupRuntimeProjectAttachmentRequest |
Returns | |
---|---|
Type | Description |
LookupRuntimeProjectAttachmentResponse |