Uses of Class
io.dapr.v1.DaprProtos.GetConfigurationResponse
Packages that use DaprProtos.GetConfigurationResponse
-
Uses of DaprProtos.GetConfigurationResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetConfigurationResponseModifier and TypeMethodDescriptionDaprProtos.GetConfigurationResponse.Builder.build()
DaprProtos.GetConfigurationResponse.Builder.buildPartial()
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)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetConfigurationResponseModifier and TypeMethodDescriptioncom.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()
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.GetConfigurationResponseModifier and TypeMethodDescriptionDaprProtos.GetConfigurationResponse.Builder.mergeFrom(DaprProtos.GetConfigurationResponse other)
DaprProtos.GetConfigurationResponse.newBuilder(DaprProtos.GetConfigurationResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetConfigurationResponseModifier and TypeMethodDescriptionvoid
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.