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.RegisteredComponentsDaprProtos.RegisteredComponents.Builder. build()DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents.Builder. buildPartial()static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. getDefaultInstance()DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents.Builder. getDefaultInstanceForType()DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. getDefaultInstanceForType()DaprProtos.RegisteredComponentsDaprProtos.GetMetadataResponse.Builder. getRegisteredComponents(int index)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;DaprProtos.RegisteredComponentsDaprProtos.GetMetadataResponse. getRegisteredComponents(int index)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;DaprProtos.RegisteredComponentsDaprProtos.GetMetadataResponseOrBuilder. getRegisteredComponents(int index)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseDelimitedFrom(InputStream input)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(byte[] data)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.ByteString data)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.CodedInputStream input)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(InputStream input)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprProtos.RegisteredComponentsDaprProtos.RegisteredComponents. parseFrom(ByteBuffer data)static DaprProtos.RegisteredComponentsDaprProtos.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;List<DaprProtos.RegisteredComponents>DaprProtos.GetMetadataResponse. getRegisteredComponentsList()repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;List<DaprProtos.RegisteredComponents>DaprProtos.GetMetadataResponseOrBuilder. getRegisteredComponentsList()repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;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.BuilderDaprProtos.GetMetadataResponse.Builder. addRegisteredComponents(int index, DaprProtos.RegisteredComponents value)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;DaprProtos.GetMetadataResponse.BuilderDaprProtos.GetMetadataResponse.Builder. addRegisteredComponents(DaprProtos.RegisteredComponents value)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;DaprProtos.RegisteredComponents.BuilderDaprProtos.RegisteredComponents.Builder. mergeFrom(DaprProtos.RegisteredComponents other)static DaprProtos.RegisteredComponents.BuilderDaprProtos.RegisteredComponents. newBuilder(DaprProtos.RegisteredComponents prototype)DaprProtos.GetMetadataResponse.BuilderDaprProtos.GetMetadataResponse.Builder. setRegisteredComponents(int index, DaprProtos.RegisteredComponents value)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;Method parameters in io.dapr.v1 with type arguments of type DaprProtos.RegisteredComponents Modifier and Type Method Description DaprProtos.GetMetadataResponse.BuilderDaprProtos.GetMetadataResponse.Builder. addAllRegisteredComponents(Iterable<? extends DaprProtos.RegisteredComponents> values)repeated .dapr.proto.runtime.v1.RegisteredComponents registered_components = 3;
-