Class RuntimeProjectAttachmentServiceGrpc (0.2.0)

public final class RuntimeProjectAttachmentServiceGrpc

This service is used for managing the runtime project attachments.

Inheritance

java.lang.Object > RuntimeProjectAttachmentServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(RuntimeProjectAttachmentServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(RuntimeProjectAttachmentServiceGrpc.AsyncService service)
Parameter
Name Description
service RuntimeProjectAttachmentServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateRuntimeProjectAttachmentMethod()

public static MethodDescriptor<CreateRuntimeProjectAttachmentRequest,RuntimeProjectAttachment> getCreateRuntimeProjectAttachmentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateRuntimeProjectAttachmentRequest,RuntimeProjectAttachment>

getDeleteRuntimeProjectAttachmentMethod()

public static MethodDescriptor<DeleteRuntimeProjectAttachmentRequest,Empty> getDeleteRuntimeProjectAttachmentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteRuntimeProjectAttachmentRequest,Empty>

getGetRuntimeProjectAttachmentMethod()

public static MethodDescriptor<GetRuntimeProjectAttachmentRequest,RuntimeProjectAttachment> getGetRuntimeProjectAttachmentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRuntimeProjectAttachmentRequest,RuntimeProjectAttachment>

getListRuntimeProjectAttachmentsMethod()

public static MethodDescriptor<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse> getListRuntimeProjectAttachmentsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse>

getLookupRuntimeProjectAttachmentMethod()

public static MethodDescriptor<LookupRuntimeProjectAttachmentRequest,LookupRuntimeProjectAttachmentResponse> getLookupRuntimeProjectAttachmentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<LookupRuntimeProjectAttachmentRequest,LookupRuntimeProjectAttachmentResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceBlockingStub

newFutureStub(Channel channel)

public static RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceFutureStub

newStub(Channel channel)

public static RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
RuntimeProjectAttachmentServiceGrpc.RuntimeProjectAttachmentServiceStub