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