Class GetSecretRequest

java.lang.Object
io.dapr.client.domain.GetSecretRequest

public class GetSecretRequest
extends java.lang.Object
A request to get a secret by key.
  • Constructor Summary

    Constructors 
    Constructor Description
    GetSecretRequest()  
  • Method Summary

    Modifier and Type Method Description
    io.grpc.Context getContext()  
    java.lang.String getKey()  
    java.util.Map<java.lang.String,​java.lang.String> getMetadata()  
    java.lang.String getSecretStoreName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSecretStoreName

      public java.lang.String getSecretStoreName()
    • getKey

      public java.lang.String getKey()
    • getMetadata

      public java.util.Map<java.lang.String,​java.lang.String> getMetadata()
    • getContext

      public io.grpc.Context getContext()