Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.DeployProcessResponse
-
Uses of GatewayOuterClass.DeployProcessResponse in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.DeployProcessResponseModifier and TypeMethodDescriptionGatewayOuterClass.DeployProcessResponse.Builder.build()GatewayOuterClass.DeployProcessResponse.Builder.buildPartial()GatewayGrpc.GatewayBlockingStub.deployProcess(GatewayOuterClass.DeployProcessRequest request) Deploys one or more processes to Zeebe.GatewayOuterClass.DeployProcessResponse.getDefaultInstance()GatewayOuterClass.DeployProcessResponse.Builder.getDefaultInstanceForType()GatewayOuterClass.DeployProcessResponse.getDefaultInstanceForType()GatewayOuterClass.DeployProcessResponse.parseDelimitedFrom(InputStream input) GatewayOuterClass.DeployProcessResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.DeployProcessResponse.parseFrom(byte[] data) GatewayOuterClass.DeployProcessResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.ByteString data) GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.CodedInputStream input) GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.DeployProcessResponse.parseFrom(InputStream input) GatewayOuterClass.DeployProcessResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.DeployProcessResponse.parseFrom(ByteBuffer data) GatewayOuterClass.DeployProcessResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.DeployProcessResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.DeployProcessResponse>GatewayGrpc.GatewayFutureStub.deployProcess(GatewayOuterClass.DeployProcessRequest request) Deploys one or more processes to Zeebe.static io.grpc.MethodDescriptor<GatewayOuterClass.DeployProcessRequest,GatewayOuterClass.DeployProcessResponse> GatewayGrpc.getDeployProcessMethod()com.google.protobuf.Parser<GatewayOuterClass.DeployProcessResponse>GatewayOuterClass.DeployProcessResponse.getParserForType()static com.google.protobuf.Parser<GatewayOuterClass.DeployProcessResponse>GatewayOuterClass.DeployProcessResponse.parser()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.DeployProcessResponseModifier and TypeMethodDescriptionGatewayOuterClass.DeployProcessResponse.Builder.mergeFrom(GatewayOuterClass.DeployProcessResponse other) GatewayOuterClass.DeployProcessResponse.newBuilder(GatewayOuterClass.DeployProcessResponse prototype) Method parameters in io.camunda.zeebe.gateway.protocol with type arguments of type GatewayOuterClass.DeployProcessResponseModifier and TypeMethodDescriptionvoidGatewayGrpc.GatewayImplBase.deployProcess(GatewayOuterClass.DeployProcessRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.DeployProcessResponse> responseObserver) Deploys one or more processes to Zeebe.voidGatewayGrpc.GatewayStub.deployProcess(GatewayOuterClass.DeployProcessRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.DeployProcessResponse> responseObserver) Deploys one or more processes to Zeebe.