Class PlaybooksGrpc (0.54.0)

public final class PlaybooksGrpc

Service for managing Playbooks.

Inheritance

java.lang.Object > PlaybooksGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(PlaybooksGrpc.AsyncService service)

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

getCreatePlaybookMethod()

public static MethodDescriptor<CreatePlaybookRequest,Playbook> getCreatePlaybookMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreatePlaybookRequest,Playbook>

getCreatePlaybookVersionMethod()

public static MethodDescriptor<CreatePlaybookVersionRequest,PlaybookVersion> getCreatePlaybookVersionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreatePlaybookVersionRequest,PlaybookVersion>

getDeletePlaybookMethod()

public static MethodDescriptor<DeletePlaybookRequest,Empty> getDeletePlaybookMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeletePlaybookRequest,Empty>

getDeletePlaybookVersionMethod()

public static MethodDescriptor<DeletePlaybookVersionRequest,Empty> getDeletePlaybookVersionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeletePlaybookVersionRequest,Empty>

getGetPlaybookMethod()

public static MethodDescriptor<GetPlaybookRequest,Playbook> getGetPlaybookMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetPlaybookRequest,Playbook>

getGetPlaybookVersionMethod()

public static MethodDescriptor<GetPlaybookVersionRequest,PlaybookVersion> getGetPlaybookVersionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetPlaybookVersionRequest,PlaybookVersion>

getListPlaybookVersionsMethod()

public static MethodDescriptor<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse> getListPlaybookVersionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse>

getListPlaybooksMethod()

public static MethodDescriptor<ListPlaybooksRequest,ListPlaybooksResponse> getListPlaybooksMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListPlaybooksRequest,ListPlaybooksResponse>

getServiceDescriptor()

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

getUpdatePlaybookMethod()

public static MethodDescriptor<UpdatePlaybookRequest,Playbook> getUpdatePlaybookMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdatePlaybookRequest,Playbook>

newBlockingStub(Channel channel)

public static PlaybooksGrpc.PlaybooksBlockingStub 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
PlaybooksGrpc.PlaybooksBlockingStub

newFutureStub(Channel channel)

public static PlaybooksGrpc.PlaybooksFutureStub 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
PlaybooksGrpc.PlaybooksFutureStub

newStub(Channel channel)

public static PlaybooksGrpc.PlaybooksStub 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
PlaybooksGrpc.PlaybooksStub