Uses of Class
io.dapr.v1.DaprProtos.GetBulkSecretResponse.Builder
Packages that use DaprProtos.GetBulkSecretResponse.Builder
-
Uses of DaprProtos.GetBulkSecretResponse.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetBulkSecretResponse.BuilderModifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.GetBulkSecretResponse.Builder.clear()
DaprProtos.GetBulkSecretResponse.Builder.clearData()
DaprProtos.GetBulkSecretResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DaprProtos.GetBulkSecretResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DaprProtos.GetBulkSecretResponse.Builder.clone()
DaprProtos.GetBulkSecretResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetBulkSecretResponse.Builder.mergeFrom(com.google.protobuf.Message other)
DaprProtos.GetBulkSecretResponse.Builder.mergeFrom(DaprProtos.GetBulkSecretResponse other)
DaprProtos.GetBulkSecretResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.GetBulkSecretResponse.newBuilder()
DaprProtos.GetBulkSecretResponse.newBuilder(DaprProtos.GetBulkSecretResponse prototype)
DaprProtos.GetBulkSecretResponse.newBuilderForType()
protected DaprProtos.GetBulkSecretResponse.Builder
DaprProtos.GetBulkSecretResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
DaprProtos.GetBulkSecretResponse.Builder.putAllData(Map<String,DaprProtos.SecretResponse> values)
data hold the secret values.DaprProtos.GetBulkSecretResponse.Builder.putData(String key, DaprProtos.SecretResponse value)
data hold the secret values.DaprProtos.GetBulkSecretResponse.Builder.removeData(String key)
data hold the secret values.DaprProtos.GetBulkSecretResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.GetBulkSecretResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DaprProtos.GetBulkSecretResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.GetBulkSecretResponse.toBuilder()