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