Class SaasRolloutsGrpc (0.2.0)

public final class SaasRolloutsGrpc

Manages the rollout of SaaS services.

Inheritance

java.lang.Object > SaasRolloutsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(SaasRolloutsGrpc.AsyncService service)

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

getCreateRolloutKindMethod()

public static MethodDescriptor<CreateRolloutKindRequest,RolloutKind> getCreateRolloutKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateRolloutKindRequest,RolloutKind>

getCreateRolloutMethod()

public static MethodDescriptor<CreateRolloutRequest,Rollout> getCreateRolloutMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateRolloutRequest,Rollout>

getDeleteRolloutKindMethod()

public static MethodDescriptor<DeleteRolloutKindRequest,Empty> getDeleteRolloutKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteRolloutKindRequest,Empty>

getDeleteRolloutMethod()

public static MethodDescriptor<DeleteRolloutRequest,Empty> getDeleteRolloutMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteRolloutRequest,Empty>

getGetRolloutKindMethod()

public static MethodDescriptor<GetRolloutKindRequest,RolloutKind> getGetRolloutKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRolloutKindRequest,RolloutKind>

getGetRolloutMethod()

public static MethodDescriptor<GetRolloutRequest,Rollout> getGetRolloutMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRolloutRequest,Rollout>

getListRolloutKindsMethod()

public static MethodDescriptor<ListRolloutKindsRequest,ListRolloutKindsResponse> getListRolloutKindsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRolloutKindsRequest,ListRolloutKindsResponse>

getListRolloutsMethod()

public static MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse> getListRolloutsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse>

getServiceDescriptor()

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

getUpdateRolloutKindMethod()

public static MethodDescriptor<UpdateRolloutKindRequest,RolloutKind> getUpdateRolloutKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateRolloutKindRequest,RolloutKind>

getUpdateRolloutMethod()

public static MethodDescriptor<UpdateRolloutRequest,Rollout> getUpdateRolloutMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateRolloutRequest,Rollout>

newBlockingStub(Channel channel)

public static SaasRolloutsGrpc.SaasRolloutsBlockingStub 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
SaasRolloutsGrpc.SaasRolloutsBlockingStub

newBlockingV2Stub(Channel channel)

public static SaasRolloutsGrpc.SaasRolloutsBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
SaasRolloutsGrpc.SaasRolloutsBlockingV2Stub

newFutureStub(Channel channel)

public static SaasRolloutsGrpc.SaasRolloutsFutureStub 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
SaasRolloutsGrpc.SaasRolloutsFutureStub

newStub(Channel channel)

public static SaasRolloutsGrpc.SaasRolloutsStub 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
SaasRolloutsGrpc.SaasRolloutsStub