Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.JobResultCorrections
-
Uses of GatewayOuterClass.JobResultCorrections in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.JobResultCorrectionsModifier and TypeMethodDescriptionGatewayOuterClass.JobResultCorrections.Builder.build()GatewayOuterClass.JobResultCorrections.Builder.buildPartial()GatewayOuterClass.JobResult.Builder.getCorrections()Attributes that were corrected by the worker.GatewayOuterClass.JobResult.getCorrections()Attributes that were corrected by the worker.GatewayOuterClass.JobResultOrBuilder.getCorrections()Attributes that were corrected by the worker.GatewayOuterClass.JobResultCorrections.getDefaultInstance()GatewayOuterClass.JobResultCorrections.Builder.getDefaultInstanceForType()GatewayOuterClass.JobResultCorrections.getDefaultInstanceForType()GatewayOuterClass.JobResultCorrections.parseDelimitedFrom(InputStream input) GatewayOuterClass.JobResultCorrections.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResultCorrections.parseFrom(byte[] data) GatewayOuterClass.JobResultCorrections.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResultCorrections.parseFrom(com.google.protobuf.ByteString data) GatewayOuterClass.JobResultCorrections.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResultCorrections.parseFrom(com.google.protobuf.CodedInputStream input) GatewayOuterClass.JobResultCorrections.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResultCorrections.parseFrom(InputStream input) GatewayOuterClass.JobResultCorrections.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResultCorrections.parseFrom(ByteBuffer data) GatewayOuterClass.JobResultCorrections.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.JobResultCorrectionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GatewayOuterClass.JobResultCorrections> GatewayOuterClass.JobResultCorrections.getParserForType()static com.google.protobuf.Parser<GatewayOuterClass.JobResultCorrections> GatewayOuterClass.JobResultCorrections.parser()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.JobResultCorrectionsModifier and TypeMethodDescriptionGatewayOuterClass.JobResult.Builder.mergeCorrections(GatewayOuterClass.JobResultCorrections value) Attributes that were corrected by the worker.GatewayOuterClass.JobResultCorrections.Builder.mergeFrom(GatewayOuterClass.JobResultCorrections other) GatewayOuterClass.JobResultCorrections.newBuilder(GatewayOuterClass.JobResultCorrections prototype) GatewayOuterClass.JobResult.Builder.setCorrections(GatewayOuterClass.JobResultCorrections value) Attributes that were corrected by the worker.