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) Deprecated.GatewayOuterClass.DeployProcessResponse.getDefaultInstance()Deprecated.GatewayOuterClass.DeployProcessResponse.Builder.getDefaultInstanceForType()GatewayOuterClass.DeployProcessResponse.getDefaultInstanceForType()Deprecated.GatewayOuterClass.DeployProcessResponse.parseDelimitedFrom(InputStream input) Deprecated.GatewayOuterClass.DeployProcessResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(byte[] data) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.ByteString data) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.CodedInputStream input) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(InputStream input) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(ByteBuffer data) Deprecated.GatewayOuterClass.DeployProcessResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.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) Deprecated.static io.grpc.MethodDescriptor<GatewayOuterClass.DeployProcessRequest,GatewayOuterClass.DeployProcessResponse> GatewayGrpc.getDeployProcessMethod()com.google.protobuf.Parser<GatewayOuterClass.DeployProcessResponse>GatewayOuterClass.DeployProcessResponse.getParserForType()Deprecated.static com.google.protobuf.Parser<GatewayOuterClass.DeployProcessResponse>GatewayOuterClass.DeployProcessResponse.parser()Deprecated.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) Deprecated.Method parameters in io.camunda.zeebe.gateway.protocol with type arguments of type GatewayOuterClass.DeployProcessResponseModifier and TypeMethodDescriptiondefault voidGatewayGrpc.AsyncService.deployProcess(GatewayOuterClass.DeployProcessRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.DeployProcessResponse> responseObserver) Deprecated.voidGatewayGrpc.GatewayStub.deployProcess(GatewayOuterClass.DeployProcessRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.DeployProcessResponse> responseObserver) Deprecated.