Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.TopologyRequest
-
Uses of GatewayOuterClass.TopologyRequest in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.TopologyRequestModifier and TypeMethodDescriptionGatewayOuterClass.TopologyRequest.Builder.build()
GatewayOuterClass.TopologyRequest.Builder.buildPartial()
GatewayOuterClass.TopologyRequest.getDefaultInstance()
GatewayOuterClass.TopologyRequest.Builder.getDefaultInstanceForType()
GatewayOuterClass.TopologyRequest.getDefaultInstanceForType()
GatewayOuterClass.TopologyRequest.parseDelimitedFrom
(InputStream input) GatewayOuterClass.TopologyRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.TopologyRequest.parseFrom
(byte[] data) GatewayOuterClass.TopologyRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.TopologyRequest.parseFrom
(com.google.protobuf.ByteString data) GatewayOuterClass.TopologyRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.TopologyRequest.parseFrom
(com.google.protobuf.CodedInputStream input) GatewayOuterClass.TopologyRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.TopologyRequest.parseFrom
(InputStream input) GatewayOuterClass.TopologyRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.TopologyRequest.parseFrom
(ByteBuffer data) GatewayOuterClass.TopologyRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.TopologyRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GatewayOuterClass.TopologyRequest>
GatewayOuterClass.TopologyRequest.getParserForType()
static io.grpc.MethodDescriptor<GatewayOuterClass.TopologyRequest,
GatewayOuterClass.TopologyResponse> GatewayGrpc.getTopologyMethod()
static com.google.protobuf.Parser<GatewayOuterClass.TopologyRequest>
GatewayOuterClass.TopologyRequest.parser()
Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.TopologyRequestModifier and TypeMethodDescriptionGatewayOuterClass.TopologyRequest.Builder.mergeFrom
(GatewayOuterClass.TopologyRequest other) GatewayOuterClass.TopologyRequest.newBuilder
(GatewayOuterClass.TopologyRequest prototype) GatewayGrpc.GatewayBlockingStub.topology
(GatewayOuterClass.TopologyRequest request) Obtains the current topology of the cluster the gateway is part of.com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.TopologyResponse>
GatewayGrpc.GatewayFutureStub.topology
(GatewayOuterClass.TopologyRequest request) Obtains the current topology of the cluster the gateway is part of.void
GatewayGrpc.GatewayImplBase.topology
(GatewayOuterClass.TopologyRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.TopologyResponse> responseObserver) Obtains the current topology of the cluster the gateway is part of.void
GatewayGrpc.GatewayStub.topology
(GatewayOuterClass.TopologyRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.TopologyResponse> responseObserver) Obtains the current topology of the cluster the gateway is part of.