Class OmnichannelSettingsServiceGrpc (0.20.0)

public final class OmnichannelSettingsServiceGrpc

The service facilitates the management of a merchant's omnichannel settings.

This API defines the following resource model:

OmnichannelSetting

Inheritance

java.lang.Object > OmnichannelSettingsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(OmnichannelSettingsServiceGrpc.AsyncService service)

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

getCreateOmnichannelSettingMethod()

public static MethodDescriptor<CreateOmnichannelSettingRequest,OmnichannelSetting> getCreateOmnichannelSettingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateOmnichannelSettingRequest,OmnichannelSetting>

getGetOmnichannelSettingMethod()

public static MethodDescriptor<GetOmnichannelSettingRequest,OmnichannelSetting> getGetOmnichannelSettingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetOmnichannelSettingRequest,OmnichannelSetting>

getListOmnichannelSettingsMethod()

public static MethodDescriptor<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse> getListOmnichannelSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse>

getRequestInventoryVerificationMethod()

public static MethodDescriptor<RequestInventoryVerificationRequest,RequestInventoryVerificationResponse> getRequestInventoryVerificationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RequestInventoryVerificationRequest,RequestInventoryVerificationResponse>

getServiceDescriptor()

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

getUpdateOmnichannelSettingMethod()

public static MethodDescriptor<UpdateOmnichannelSettingRequest,OmnichannelSetting> getUpdateOmnichannelSettingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateOmnichannelSettingRequest,OmnichannelSetting>

newBlockingStub(Channel channel)

public static OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingStub 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
OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub 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
OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceFutureStub 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
OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceFutureStub

newStub(Channel channel)

public static OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceStub 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
OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceStub