Uses of Class
io.dapr.v1.DaprProtos.RegisteredComponents
-
Packages that use DaprProtos.RegisteredComponents Package Description io.dapr.v1 -
-
Uses of DaprProtos.RegisteredComponents in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.RegisteredComponents Modifier and Type Method Description DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents.Builder. build()
DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents.Builder. buildPartial()
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. getDefaultInstance()
DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents.Builder. getDefaultInstanceForType()
DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. getDefaultInstanceForType()
DaprProtos.RegisteredComponents
DaprProtos.GetMetadataResponse.Builder. getRegisteredComponents(int index)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
DaprProtos.RegisteredComponents
DaprProtos.GetMetadataResponse. getRegisteredComponents(int index)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
DaprProtos.RegisteredComponents
DaprProtos.GetMetadataResponseOrBuilder. getRegisteredComponents(int index)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseDelimitedFrom(InputStream input)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(byte[] data)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(InputStream input)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(ByteBuffer data)
static DaprProtos.RegisteredComponents
DaprProtos.RegisteredComponents. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.RegisteredComponents Modifier and Type Method Description com.google.protobuf.Parser<DaprProtos.RegisteredComponents>
DaprProtos.RegisteredComponents. getParserForType()
List<DaprProtos.RegisteredComponents>
DaprProtos.GetMetadataResponse.Builder. getRegisteredComponentsList()
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
List<DaprProtos.RegisteredComponents>
DaprProtos.GetMetadataResponse. getRegisteredComponentsList()
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
List<DaprProtos.RegisteredComponents>
DaprProtos.GetMetadataResponseOrBuilder. getRegisteredComponentsList()
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
static com.google.protobuf.Parser<DaprProtos.RegisteredComponents>
DaprProtos.RegisteredComponents. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.RegisteredComponents Modifier and Type Method Description DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. addRegisteredComponents(int index, DaprProtos.RegisteredComponents value)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. addRegisteredComponents(DaprProtos.RegisteredComponents value)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
DaprProtos.RegisteredComponents.Builder
DaprProtos.RegisteredComponents.Builder. mergeFrom(DaprProtos.RegisteredComponents other)
static DaprProtos.RegisteredComponents.Builder
DaprProtos.RegisteredComponents. newBuilder(DaprProtos.RegisteredComponents prototype)
DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. setRegisteredComponents(int index, DaprProtos.RegisteredComponents value)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.RegisteredComponents Modifier and Type Method Description DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. addAllRegisteredComponents(Iterable<? extends DaprProtos.RegisteredComponents> values)
repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3 [json_name = "components"];
-