Uses of Class
io.camunda.zeebe.dynamic.config.protocol.Requests.ErrorResponse
Packages that use Requests.ErrorResponse
-
Uses of Requests.ErrorResponse in io.camunda.zeebe.dynamic.config.protocol
Methods in io.camunda.zeebe.dynamic.config.protocol that return Requests.ErrorResponseModifier and TypeMethodDescriptionRequests.ErrorResponse.Builder.build()Requests.ErrorResponse.Builder.buildPartial()static Requests.ErrorResponseRequests.ErrorResponse.getDefaultInstance()Requests.ErrorResponse.Builder.getDefaultInstanceForType()Requests.ErrorResponse.getDefaultInstanceForType()Requests.Response.Builder.getError().topology_requests.ErrorResponse error = 1;Requests.Response.getError().topology_requests.ErrorResponse error = 1;Requests.ResponseOrBuilder.getError().topology_requests.ErrorResponse error = 1;static Requests.ErrorResponseRequests.ErrorResponse.parseDelimitedFrom(InputStream input) static Requests.ErrorResponseRequests.ErrorResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(byte[] data) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(com.google.protobuf.ByteString data) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(InputStream input) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(ByteBuffer data) static Requests.ErrorResponseRequests.ErrorResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.dynamic.config.protocol that return types with arguments of type Requests.ErrorResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Requests.ErrorResponse> Requests.ErrorResponse.getParserForType()static com.google.protobuf.Parser<Requests.ErrorResponse> Requests.ErrorResponse.parser()Methods in io.camunda.zeebe.dynamic.config.protocol with parameters of type Requests.ErrorResponseModifier and TypeMethodDescriptionRequests.Response.Builder.mergeError(Requests.ErrorResponse value) .topology_requests.ErrorResponse error = 1;Requests.ErrorResponse.Builder.mergeFrom(Requests.ErrorResponse other) Requests.ErrorResponse.newBuilder(Requests.ErrorResponse prototype) Requests.Response.Builder.setError(Requests.ErrorResponse value) .topology_requests.ErrorResponse error = 1;