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