Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.SetVariablesResponse
-
Uses of GatewayOuterClass.SetVariablesResponse in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.SetVariablesResponseModifier and TypeMethodDescriptionGatewayOuterClass.SetVariablesResponse.Builder.build()GatewayOuterClass.SetVariablesResponse.Builder.buildPartial()GatewayOuterClass.SetVariablesResponse.getDefaultInstance()GatewayOuterClass.SetVariablesResponse.Builder.getDefaultInstanceForType()GatewayOuterClass.SetVariablesResponse.getDefaultInstanceForType()GatewayOuterClass.SetVariablesResponse.parseDelimitedFrom(InputStream input) GatewayOuterClass.SetVariablesResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.SetVariablesResponse.parseFrom(byte[] data) GatewayOuterClass.SetVariablesResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.SetVariablesResponse.parseFrom(com.google.protobuf.ByteString data) GatewayOuterClass.SetVariablesResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.SetVariablesResponse.parseFrom(com.google.protobuf.CodedInputStream input) GatewayOuterClass.SetVariablesResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.SetVariablesResponse.parseFrom(InputStream input) GatewayOuterClass.SetVariablesResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.SetVariablesResponse.parseFrom(ByteBuffer data) GatewayOuterClass.SetVariablesResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayGrpc.GatewayBlockingStub.setVariables(GatewayOuterClass.SetVariablesRequest request) Updates all the variables of a particular scope (e.g.Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.SetVariablesResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GatewayOuterClass.SetVariablesResponse> GatewayOuterClass.SetVariablesResponse.getParserForType()static io.grpc.MethodDescriptor<GatewayOuterClass.SetVariablesRequest, GatewayOuterClass.SetVariablesResponse> GatewayGrpc.getSetVariablesMethod()static com.google.protobuf.Parser<GatewayOuterClass.SetVariablesResponse> GatewayOuterClass.SetVariablesResponse.parser()com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.SetVariablesResponse> GatewayGrpc.GatewayFutureStub.setVariables(GatewayOuterClass.SetVariablesRequest request) Updates all the variables of a particular scope (e.g.Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.SetVariablesResponseModifier and TypeMethodDescriptionGatewayOuterClass.SetVariablesResponse.Builder.mergeFrom(GatewayOuterClass.SetVariablesResponse other) GatewayOuterClass.SetVariablesResponse.newBuilder(GatewayOuterClass.SetVariablesResponse prototype) Method parameters in io.camunda.zeebe.gateway.protocol with type arguments of type GatewayOuterClass.SetVariablesResponseModifier and TypeMethodDescriptiondefault voidGatewayGrpc.AsyncService.setVariables(GatewayOuterClass.SetVariablesRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.SetVariablesResponse> responseObserver) Updates all the variables of a particular scope (e.g.voidGatewayGrpc.GatewayStub.setVariables(GatewayOuterClass.SetVariablesRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.SetVariablesResponse> responseObserver) Updates all the variables of a particular scope (e.g.