Class RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub (0.1.0)

public static final class RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub extends AbstractAsyncStub<RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withOnReadyThreshold(int)
io.grpc.stub.AbstractStub.withWaitForReady()

Methods

build(Channel channel, CallOptions callOptions)

protected RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createRuntimeProjectAttachment(CreateRuntimeProjectAttachmentRequest request, StreamObserver<RuntimeProjectAttachment> responseObserver)

public void createRuntimeProjectAttachment(CreateRuntimeProjectAttachmentRequest request, StreamObserver<RuntimeProjectAttachment> responseObserver)

Attaches a runtime project to the host project.

Parameters
Name Description
request CreateRuntimeProjectAttachmentRequest
responseObserver io.grpc.stub.StreamObserver<RuntimeProjectAttachment>

deleteRuntimeProjectAttachment(DeleteRuntimeProjectAttachmentRequest request, StreamObserver<Empty> responseObserver)

public void deleteRuntimeProjectAttachment(DeleteRuntimeProjectAttachmentRequest request, StreamObserver<Empty> responseObserver)

Delete a runtime project attachment in the API Hub. This call will detach the runtime project from the host project.

Parameters
Name Description
request DeleteRuntimeProjectAttachmentRequest
responseObserver io.grpc.stub.StreamObserver<Empty>

getRuntimeProjectAttachment(GetRuntimeProjectAttachmentRequest request, StreamObserver<RuntimeProjectAttachment> responseObserver)

public void getRuntimeProjectAttachment(GetRuntimeProjectAttachmentRequest request, StreamObserver<RuntimeProjectAttachment> responseObserver)

Gets a runtime project attachment.

Parameters
Name Description
request GetRuntimeProjectAttachmentRequest
responseObserver io.grpc.stub.StreamObserver<RuntimeProjectAttachment>

listRuntimeProjectAttachments(ListRuntimeProjectAttachmentsRequest request, StreamObserver<ListRuntimeProjectAttachmentsResponse> responseObserver)

public void listRuntimeProjectAttachments(ListRuntimeProjectAttachmentsRequest request, StreamObserver<ListRuntimeProjectAttachmentsResponse> responseObserver)

List runtime projects attached to the host project.

Parameters
Name Description
request ListRuntimeProjectAttachmentsRequest
responseObserver io.grpc.stub.StreamObserver<ListRuntimeProjectAttachmentsResponse>

lookupRuntimeProjectAttachment(LookupRuntimeProjectAttachmentRequest request, StreamObserver<LookupRuntimeProjectAttachmentResponse> responseObserver)

public void lookupRuntimeProjectAttachment(LookupRuntimeProjectAttachmentRequest request, StreamObserver<LookupRuntimeProjectAttachmentResponse> responseObserver)

Look up a runtime project attachment. This API can be called in the context of any project.

Parameters
Name Description
request LookupRuntimeProjectAttachmentRequest
responseObserver io.grpc.stub.StreamObserver<LookupRuntimeProjectAttachmentResponse>