Class OrganizationPresetsGrpc.OrganizationPresetsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<OrganizationPresetsGrpc.OrganizationPresetsBlockingStub>
-
- com.streamlayer.sdkSettings.organization.presets.OrganizationPresetsGrpc.OrganizationPresetsBlockingStub
-
- Enclosing class:
- OrganizationPresetsGrpc
public static final class OrganizationPresetsGrpc.OrganizationPresetsBlockingStub extends io.grpc.stub.AbstractBlockingStub<OrganizationPresetsGrpc.OrganizationPresetsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service OrganizationPresets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationPresetsGrpc.OrganizationPresetsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CreatePresetResponsecreatePreset(CreatePresetRequest request)ListResponselist(ListRequest request)RemovePresetResponseremovePreset(RemovePresetRequest request)UpdatePresetResponseupdatePreset(UpdatePresetRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected OrganizationPresetsGrpc.OrganizationPresetsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationPresetsGrpc.OrganizationPresetsBlockingStub>
-
list
public ListResponse list(ListRequest request)
-
createPreset
public CreatePresetResponse createPreset(CreatePresetRequest request)
-
removePreset
public RemovePresetResponse removePreset(RemovePresetRequest request)
-
updatePreset
public UpdatePresetResponse updatePreset(UpdatePresetRequest request)
-
-