Uses of Class
io.dapr.v1.DaprProtos.GetConfigurationResponse.Builder
Packages that use DaprProtos.GetConfigurationResponse.Builder
-
Uses of DaprProtos.GetConfigurationResponse.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetConfigurationResponse.BuilderModifier and TypeMethodDescriptionDaprProtos.GetConfigurationResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.GetConfigurationResponse.Builder.clear()
DaprProtos.GetConfigurationResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DaprProtos.GetConfigurationResponse.Builder.clearItems()
DaprProtos.GetConfigurationResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DaprProtos.GetConfigurationResponse.Builder.clone()
DaprProtos.GetConfigurationResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetConfigurationResponse.Builder.mergeFrom(com.google.protobuf.Message other)
DaprProtos.GetConfigurationResponse.Builder.mergeFrom(DaprProtos.GetConfigurationResponse other)
DaprProtos.GetConfigurationResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.GetConfigurationResponse.newBuilder()
DaprProtos.GetConfigurationResponse.newBuilder(DaprProtos.GetConfigurationResponse prototype)
DaprProtos.GetConfigurationResponse.newBuilderForType()
DaprProtos.GetConfigurationResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
DaprProtos.GetConfigurationResponse.Builder.putAllItems(Map<String,CommonProtos.ConfigurationItem> values)
map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
DaprProtos.GetConfigurationResponse.Builder.putItems(String key, CommonProtos.ConfigurationItem value)
map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
DaprProtos.GetConfigurationResponse.Builder.removeItems(String key)
map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
DaprProtos.GetConfigurationResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.GetConfigurationResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DaprProtos.GetConfigurationResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.GetConfigurationResponse.toBuilder()