Uses of Class
io.dapr.v1.DaprProtos.GetConfigurationRequest
-
Packages that use DaprProtos.GetConfigurationRequest Package Description io.dapr.v1 -
-
Uses of DaprProtos.GetConfigurationRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetConfigurationRequest Modifier and Type Method Description DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest.Builder. build()
DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest.Builder. buildPartial()
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. getDefaultInstance()
DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest.Builder. getDefaultInstanceForType()
DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. getDefaultInstanceForType()
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseDelimitedFrom(InputStream input)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(byte[] data)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(InputStream input)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(ByteBuffer data)
static DaprProtos.GetConfigurationRequest
DaprProtos.GetConfigurationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetConfigurationRequest Modifier and Type Method Description 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.GetConfigurationRequest>
DaprProtos.GetConfigurationRequest. getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetConfigurationRequest>
DaprProtos.GetConfigurationRequest. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetConfigurationRequest Modifier and Type Method Description DaprProtos.GetConfigurationResponse
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.DaprImplBase. 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.DaprProtos.GetConfigurationResponse
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.DaprImplBase. 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.DaprProtos.GetConfigurationRequest.Builder
DaprProtos.GetConfigurationRequest.Builder. mergeFrom(DaprProtos.GetConfigurationRequest other)
static DaprProtos.GetConfigurationRequest.Builder
DaprProtos.GetConfigurationRequest. newBuilder(DaprProtos.GetConfigurationRequest prototype)
-