Class CheckoutSettingsServiceGrpc (0.24.0)

public final class CheckoutSettingsServiceGrpc

Service for supporting checkout settings.

Inheritance

java.lang.Object > CheckoutSettingsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CheckoutSettingsServiceGrpc.AsyncService service)

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

getCreateCheckoutSettingsMethod()

public static MethodDescriptor<CreateCheckoutSettingsRequest,CheckoutSettings> getCreateCheckoutSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateCheckoutSettingsRequest,CheckoutSettings>

getDeleteCheckoutSettingsMethod()

public static MethodDescriptor<DeleteCheckoutSettingsRequest,Empty> getDeleteCheckoutSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteCheckoutSettingsRequest,Empty>

getGetCheckoutSettingsMethod()

public static MethodDescriptor<GetCheckoutSettingsRequest,CheckoutSettings> getGetCheckoutSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetCheckoutSettingsRequest,CheckoutSettings>

getServiceDescriptor()

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

getUpdateCheckoutSettingsMethod()

public static MethodDescriptor<UpdateCheckoutSettingsRequest,CheckoutSettings> getUpdateCheckoutSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateCheckoutSettingsRequest,CheckoutSettings>

newBlockingStub(Channel channel)

public static CheckoutSettingsServiceGrpc.CheckoutSettingsServiceBlockingStub 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
CheckoutSettingsServiceGrpc.CheckoutSettingsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static CheckoutSettingsServiceGrpc.CheckoutSettingsServiceBlockingV2Stub 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
CheckoutSettingsServiceGrpc.CheckoutSettingsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static CheckoutSettingsServiceGrpc.CheckoutSettingsServiceFutureStub 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
CheckoutSettingsServiceGrpc.CheckoutSettingsServiceFutureStub

newStub(Channel channel)

public static CheckoutSettingsServiceGrpc.CheckoutSettingsServiceStub 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
CheckoutSettingsServiceGrpc.CheckoutSettingsServiceStub