Uses of Class
io.dapr.v1.CommonProtos.ConfigurationItem.Builder
Packages that use CommonProtos.ConfigurationItem.Builder
-
Uses of CommonProtos.ConfigurationItem.Builder in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.ConfigurationItem.BuilderModifier and TypeMethodDescriptionCommonProtos.ConfigurationItem.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonProtos.ConfigurationItem.Builder.clear()
CommonProtos.ConfigurationItem.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommonProtos.ConfigurationItem.Builder.clearMetadata()
CommonProtos.ConfigurationItem.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommonProtos.ConfigurationItem.Builder.clearValue()
Required.CommonProtos.ConfigurationItem.Builder.clearVersion()
Version is response only and cannot be fetched.CommonProtos.ConfigurationItem.Builder.clone()
CommonProtos.ConfigurationItem.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommonProtos.ConfigurationItem.Builder.mergeFrom
(com.google.protobuf.Message other) CommonProtos.ConfigurationItem.Builder.mergeFrom
(CommonProtos.ConfigurationItem other) CommonProtos.ConfigurationItem.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommonProtos.ConfigurationItem.newBuilder()
CommonProtos.ConfigurationItem.newBuilder
(CommonProtos.ConfigurationItem prototype) CommonProtos.ConfigurationItem.newBuilderForType()
protected CommonProtos.ConfigurationItem.Builder
CommonProtos.ConfigurationItem.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommonProtos.ConfigurationItem.Builder.putAllMetadata
(Map<String, String> values) the metadata which will be passed to/from configuration store component.DaprProtos.GetConfigurationResponse.Builder.putItemsBuilderIfAbsent
(String key) map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
DaprProtos.SubscribeConfigurationResponse.Builder.putItemsBuilderIfAbsent
(String key) The list of items containing configuration valuesCommonProtos.ConfigurationItem.Builder.putMetadata
(String key, String value) the metadata which will be passed to/from configuration store component.CommonProtos.ConfigurationItem.Builder.removeMetadata
(String key) the metadata which will be passed to/from configuration store component.CommonProtos.ConfigurationItem.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonProtos.ConfigurationItem.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommonProtos.ConfigurationItem.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Required.CommonProtos.ConfigurationItem.Builder.setValueBytes
(com.google.protobuf.ByteString value) Required.CommonProtos.ConfigurationItem.Builder.setVersion
(String value) Version is response only and cannot be fetched.CommonProtos.ConfigurationItem.Builder.setVersionBytes
(com.google.protobuf.ByteString value) Version is response only and cannot be fetched.CommonProtos.ConfigurationItem.toBuilder()