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