Package io.dapr.v1

Interface DaprProtos.GetBulkSecretRequestOrBuilder

    • Method Detail

      • getStoreName

        String getStoreName()
         The name of secret store.
         
        string store_name = 1 [json_name = "storeName"];
        Returns:
        The storeName.
      • getStoreNameBytes

        com.google.protobuf.ByteString getStoreNameBytes()
         The name of secret store.
         
        string store_name = 1 [json_name = "storeName"];
        Returns:
        The bytes for storeName.
      • getMetadataCount

        int getMetadataCount()
         The metadata which will be sent to secret store components.
         
        map<string, string> metadata = 2;
      • containsMetadata

        boolean containsMetadata​(String key)
         The metadata which will be sent to secret store components.
         
        map<string, string> metadata = 2;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
         The metadata which will be sent to secret store components.
         
        map<string, string> metadata = 2;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
         The metadata which will be sent to secret store components.
         
        map<string, string> metadata = 2;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
         The metadata which will be sent to secret store components.
         
        map<string, string> metadata = 2;