Uses of Class
io.dapr.v1.DaprProtos.SecretResponse
Packages that use DaprProtos.SecretResponse
-
Uses of DaprProtos.SecretResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SecretResponseModifier and TypeMethodDescriptionDaprProtos.SecretResponse.Builder.build()DaprProtos.SecretResponse.Builder.buildPartial()DaprProtos.GetBulkSecretResponse.Builder.getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue) data hold the secret values.DaprProtos.GetBulkSecretResponse.getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue) data hold the secret values.DaprProtos.GetBulkSecretResponseOrBuilder.getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue) data hold the secret values.DaprProtos.GetBulkSecretResponse.Builder.getDataOrThrow(String key) data hold the secret values.DaprProtos.GetBulkSecretResponse.getDataOrThrow(String key) data hold the secret values.DaprProtos.GetBulkSecretResponseOrBuilder.getDataOrThrow(String key) data hold the secret values.static DaprProtos.SecretResponseDaprProtos.SecretResponse.getDefaultInstance()DaprProtos.SecretResponse.Builder.getDefaultInstanceForType()DaprProtos.SecretResponse.getDefaultInstanceForType()static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseDelimitedFrom(InputStream input) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(byte[] data) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(com.google.protobuf.ByteString data) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(com.google.protobuf.CodedInputStream input) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(InputStream input) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(ByteBuffer data) static DaprProtos.SecretResponseDaprProtos.SecretResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SecretResponseModifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.getData()Deprecated.DaprProtos.GetBulkSecretResponse.getData()Deprecated.DaprProtos.GetBulkSecretResponseOrBuilder.getData()Deprecated.DaprProtos.GetBulkSecretResponse.Builder.getDataMap()data hold the secret values.DaprProtos.GetBulkSecretResponse.getDataMap()data hold the secret values.DaprProtos.GetBulkSecretResponseOrBuilder.getDataMap()data hold the secret values.DaprProtos.GetBulkSecretResponse.Builder.getMutableData()Deprecated.com.google.protobuf.Parser<DaprProtos.SecretResponse>DaprProtos.SecretResponse.getParserForType()static com.google.protobuf.Parser<DaprProtos.SecretResponse>DaprProtos.SecretResponse.parser()Methods in io.dapr.v1 with parameters of type DaprProtos.SecretResponseModifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue) data hold the secret values.DaprProtos.GetBulkSecretResponse.getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue) data hold the secret values.DaprProtos.GetBulkSecretResponseOrBuilder.getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue) data hold the secret values.DaprProtos.SecretResponse.Builder.mergeFrom(DaprProtos.SecretResponse other) DaprProtos.SecretResponse.newBuilder(DaprProtos.SecretResponse prototype) DaprProtos.GetBulkSecretResponse.Builder.putData(String key, DaprProtos.SecretResponse value) data hold the secret values.Method parameters in io.dapr.v1 with type arguments of type DaprProtos.SecretResponseModifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.putAllData(Map<String, DaprProtos.SecretResponse> values) data hold the secret values.