Uses of Class
io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest
Packages that use DaprProtos.UnsubscribeConfigurationRequest
-
Uses of DaprProtos.UnsubscribeConfigurationRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnsubscribeConfigurationRequestModifier and TypeMethodDescriptionDaprProtos.UnsubscribeConfigurationRequest.Builder.build()
DaprProtos.UnsubscribeConfigurationRequest.Builder.buildPartial()
DaprProtos.UnsubscribeConfigurationRequest.getDefaultInstance()
DaprProtos.UnsubscribeConfigurationRequest.Builder.getDefaultInstanceForType()
DaprProtos.UnsubscribeConfigurationRequest.getDefaultInstanceForType()
DaprProtos.UnsubscribeConfigurationRequest.parseDelimitedFrom(InputStream input)
DaprProtos.UnsubscribeConfigurationRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(byte[] data)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(com.google.protobuf.ByteString data)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(com.google.protobuf.CodedInputStream input)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(InputStream input)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(ByteBuffer data)
DaprProtos.UnsubscribeConfigurationRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.UnsubscribeConfigurationRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationRequest>
DaprProtos.UnsubscribeConfigurationRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.UnsubscribeConfigurationRequest,DaprProtos.UnsubscribeConfigurationResponse>
DaprGrpc.getUnsubscribeConfigurationAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationRequest>
DaprProtos.UnsubscribeConfigurationRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.UnsubscribeConfigurationRequestModifier and TypeMethodDescriptionDaprProtos.UnsubscribeConfigurationRequest.Builder.mergeFrom(DaprProtos.UnsubscribeConfigurationRequest other)
DaprProtos.UnsubscribeConfigurationRequest.newBuilder(DaprProtos.UnsubscribeConfigurationRequest prototype)
DaprGrpc.DaprBlockingStub.unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest request)
UnSubscribeConfiguration unsubscribe the subscription of configurationcom.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
DaprGrpc.DaprFutureStub.unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest request)
UnSubscribeConfiguration unsubscribe the subscription of configurationvoid
DaprGrpc.DaprImplBase.unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.UnsubscribeConfigurationResponse> responseObserver)
UnSubscribeConfiguration unsubscribe the subscription of configurationvoid
DaprGrpc.DaprStub.unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.UnsubscribeConfigurationResponse> responseObserver)
UnSubscribeConfiguration unsubscribe the subscription of configuration