Package io.dapr.v1
Interface DaprProtos.SecretResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.SecretResponse
,DaprProtos.SecretResponse.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.SecretResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsSecrets
(String key) map<string, string> secrets = 1;
Deprecated.int
map<string, string> secrets = 1;
map<string, string> secrets = 1;
getSecretsOrDefault
(String key, String defaultValue) map<string, string> secrets = 1;
getSecretsOrThrow
(String key) map<string, string> secrets = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSecretsCount
int getSecretsCount()map<string, string> secrets = 1;
-
containsSecrets
map<string, string> secrets = 1;
-
getSecrets
Deprecated.UsegetSecretsMap()
instead. -
getSecretsMap
map<string, string> secrets = 1;
-
getSecretsOrDefault
map<string, string> secrets = 1;
-
getSecretsOrThrow
map<string, string> secrets = 1;
-