Uses of Class
io.dapr.v1.DaprProtos.SecretResponse
-
Packages that use DaprProtos.SecretResponse Package Description io.dapr.v1 -
-
Uses of DaprProtos.SecretResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SecretResponse Modifier and Type Method Description DaprProtos.SecretResponse
DaprProtos.SecretResponse.Builder. build()
DaprProtos.SecretResponse
DaprProtos.SecretResponse.Builder. buildPartial()
DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponse.Builder. getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponse. getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponseOrBuilder. getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponse.Builder. getDataOrThrow(String key)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponse. getDataOrThrow(String key)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponseOrBuilder. getDataOrThrow(String key)
data hold the secret values.static DaprProtos.SecretResponse
DaprProtos.SecretResponse. getDefaultInstance()
DaprProtos.SecretResponse
DaprProtos.SecretResponse.Builder. getDefaultInstanceForType()
DaprProtos.SecretResponse
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)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SecretResponse Modifier and Type Method Description Map<String,DaprProtos.SecretResponse>
DaprProtos.GetBulkSecretResponse.Builder. getData()
Deprecated.Map<String,DaprProtos.SecretResponse>
DaprProtos.GetBulkSecretResponse. getData()
Deprecated.Map<String,DaprProtos.SecretResponse>
DaprProtos.GetBulkSecretResponseOrBuilder. getData()
Deprecated.Map<String,DaprProtos.SecretResponse>
DaprProtos.GetBulkSecretResponse.Builder. getDataMap()
data hold the secret values.Map<String,DaprProtos.SecretResponse>
DaprProtos.GetBulkSecretResponse. getDataMap()
data hold the secret values.Map<String,DaprProtos.SecretResponse>
DaprProtos.GetBulkSecretResponseOrBuilder. getDataMap()
data hold the secret values.Map<String,DaprProtos.SecretResponse>
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.SecretResponse Modifier and Type Method Description DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponse.Builder. getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponse. getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue)
data hold the secret values.DaprProtos.SecretResponse
DaprProtos.GetBulkSecretResponseOrBuilder. getDataOrDefault(String key, DaprProtos.SecretResponse defaultValue)
data hold the secret values.DaprProtos.SecretResponse.Builder
DaprProtos.SecretResponse.Builder. mergeFrom(DaprProtos.SecretResponse other)
static DaprProtos.SecretResponse.Builder
DaprProtos.SecretResponse. newBuilder(DaprProtos.SecretResponse prototype)
DaprProtos.GetBulkSecretResponse.Builder
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.SecretResponse Modifier and Type Method Description DaprProtos.GetBulkSecretResponse.Builder
DaprProtos.GetBulkSecretResponse.Builder. putAllData(Map<String,DaprProtos.SecretResponse> values)
data hold the secret values.
-