Uses of Class
io.dapr.v1.DaprProtos.GetConfigurationRequest
-
Uses of DaprProtos.GetConfigurationRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.GetConfigurationRequest.Builder.build()
DaprProtos.GetConfigurationRequest.Builder.buildPartial()
DaprProtos.GetConfigurationRequest.getDefaultInstance()
DaprProtos.GetConfigurationRequest.Builder.getDefaultInstanceForType()
DaprProtos.GetConfigurationRequest.getDefaultInstanceForType()
DaprProtos.GetConfigurationRequest.parseDelimitedFrom
(InputStream input) DaprProtos.GetConfigurationRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetConfigurationRequest.parseFrom
(byte[] data) DaprProtos.GetConfigurationRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetConfigurationRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.GetConfigurationRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetConfigurationRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.GetConfigurationRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetConfigurationRequest.parseFrom
(InputStream input) DaprProtos.GetConfigurationRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetConfigurationRequest.parseFrom
(ByteBuffer data) DaprProtos.GetConfigurationRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.GetConfigurationRequest,
DaprProtos.GetConfigurationResponse> DaprGrpc.getGetConfigurationAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.GetConfigurationRequest,
DaprProtos.GetConfigurationResponse> DaprGrpc.getGetConfigurationMethod()
com.google.protobuf.Parser<DaprProtos.GetConfigurationRequest>
DaprProtos.GetConfigurationRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetConfigurationRequest>
DaprProtos.GetConfigurationRequest.parser()
Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.getConfiguration
(DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver) GetConfiguration gets configuration from configuration store.DaprGrpc.DaprBlockingStub.getConfiguration
(DaprProtos.GetConfigurationRequest request) GetConfiguration gets configuration from configuration store.com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetConfigurationResponse>
DaprGrpc.DaprFutureStub.getConfiguration
(DaprProtos.GetConfigurationRequest request) GetConfiguration gets configuration from configuration store.void
DaprGrpc.DaprStub.getConfiguration
(DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver) GetConfiguration gets configuration from configuration store.default void
DaprGrpc.AsyncService.getConfigurationAlpha1
(DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver) GetConfiguration gets configuration from configuration store.DaprGrpc.DaprBlockingStub.getConfigurationAlpha1
(DaprProtos.GetConfigurationRequest request) GetConfiguration gets configuration from configuration store.com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetConfigurationResponse>
DaprGrpc.DaprFutureStub.getConfigurationAlpha1
(DaprProtos.GetConfigurationRequest request) GetConfiguration gets configuration from configuration store.void
DaprGrpc.DaprStub.getConfigurationAlpha1
(DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetConfigurationResponse> responseObserver) GetConfiguration gets configuration from configuration store.DaprProtos.GetConfigurationRequest.Builder.mergeFrom
(DaprProtos.GetConfigurationRequest other) DaprProtos.GetConfigurationRequest.newBuilder
(DaprProtos.GetConfigurationRequest prototype)