Uses of Class
io.dapr.v1.DaprProtos.SecretResponse
-
Uses of DaprProtos.SecretResponse in io.dapr.v1
Modifier 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.SecretResponse
DaprProtos.SecretResponse.getDefaultInstance()
DaprProtos.SecretResponse.Builder.getDefaultInstanceForType()
DaprProtos.SecretResponse.getDefaultInstanceForType()
static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseDelimitedFrom
(InputStream input) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(byte[] data) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(com.google.protobuf.ByteString data) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(InputStream input) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(ByteBuffer data) static DaprProtos.SecretResponse
DaprProtos.SecretResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.putAllData
(Map<String, DaprProtos.SecretResponse> values) data hold the secret values.