Uses of Class
io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse
-
Packages that use DaprProtos.UnsubscribeConfigurationResponse Package Description io.dapr.v1 -
-
Uses of DaprProtos.UnsubscribeConfigurationResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnsubscribeConfigurationResponse Modifier and Type Method Description DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse.Builder. build()
DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse.Builder. buildPartial()
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. getDefaultInstance()
DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse.Builder. getDefaultInstanceForType()
DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. getDefaultInstanceForType()
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseDelimitedFrom(InputStream input)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(byte[] data)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(InputStream input)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(ByteBuffer data)
static DaprProtos.UnsubscribeConfigurationResponse
DaprProtos.UnsubscribeConfigurationResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.UnsubscribeConfigurationResponse
DaprGrpc.DaprBlockingStub. unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest request)
UnSubscribeConfiguration unsubscribe the subscription of configurationDaprProtos.UnsubscribeConfigurationResponse
DaprGrpc.DaprBlockingStub. unsubscribeConfigurationAlpha1(DaprProtos.UnsubscribeConfigurationRequest request)
UnSubscribeConfiguration unsubscribe the subscription of configurationMethods in io.dapr.v1 that return types with arguments of type DaprProtos.UnsubscribeConfigurationResponse Modifier and Type Method Description com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationResponse>
DaprProtos.UnsubscribeConfigurationResponse. getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.UnsubscribeConfigurationRequest,DaprProtos.UnsubscribeConfigurationResponse>
DaprGrpc. getUnsubscribeConfigurationAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.UnsubscribeConfigurationRequest,DaprProtos.UnsubscribeConfigurationResponse>
DaprGrpc. getUnsubscribeConfigurationMethod()
static com.google.protobuf.Parser<DaprProtos.UnsubscribeConfigurationResponse>
DaprProtos.UnsubscribeConfigurationResponse. parser()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.UnsubscribeConfigurationResponse>
DaprGrpc.DaprFutureStub. unsubscribeConfiguration(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 configurationMethods in io.dapr.v1 with parameters of type DaprProtos.UnsubscribeConfigurationResponse Modifier and Type Method Description DaprProtos.UnsubscribeConfigurationResponse.Builder
DaprProtos.UnsubscribeConfigurationResponse.Builder. mergeFrom(DaprProtos.UnsubscribeConfigurationResponse other)
static DaprProtos.UnsubscribeConfigurationResponse.Builder
DaprProtos.UnsubscribeConfigurationResponse. newBuilder(DaprProtos.UnsubscribeConfigurationResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.UnsubscribeConfigurationResponse Modifier and Type Method Description void
DaprGrpc.DaprImplBase. unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.UnsubscribeConfigurationResponse> responseObserver)
UnSubscribeConfiguration unsubscribe the subscription of configurationvoid
DaprGrpc.DaprStub. unsubscribeConfiguration(DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.UnsubscribeConfigurationResponse> responseObserver)
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
-