Package com.soulfiremc.grpc.generated
Class InstanceServiceGrpc.InstanceServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<InstanceServiceGrpc.InstanceServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<InstanceServiceGrpc.InstanceServiceBlockingV2Stub>
com.soulfiremc.grpc.generated.InstanceServiceGrpc.InstanceServiceBlockingV2Stub
- Enclosing class:
InstanceServiceGrpc
public static final class InstanceServiceGrpc.InstanceServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<InstanceServiceGrpc.InstanceServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service InstanceService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) createInstance
(InstanceCreateRequest request) deleteInstance
(InstanceDeleteRequest request) getAuditLog
(InstanceAuditLogRequest request) getInstanceInfo
(InstanceInfoRequest request) listInstances
(InstanceListRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected InstanceServiceGrpc.InstanceServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<InstanceServiceGrpc.InstanceServiceBlockingV2Stub>
-
createInstance
public InstanceCreateResponse createInstance(InstanceCreateRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
deleteInstance
public InstanceDeleteResponse deleteInstance(InstanceDeleteRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
listInstances
public InstanceListResponse listInstances(InstanceListRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
getInstanceInfo
public InstanceInfoResponse getInstanceInfo(InstanceInfoRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
updateInstanceMeta
public InstanceUpdateMetaResponse updateInstanceMeta(InstanceUpdateMetaRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
updateInstanceConfig
public InstanceUpdateConfigResponse updateInstanceConfig(InstanceUpdateConfigRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
changeInstanceState
public InstanceStateChangeResponse changeInstanceState(InstanceStateChangeRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
getAuditLog
public InstanceAuditLogResponse getAuditLog(InstanceAuditLogRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-