Package io.dapr.v1

Interface DaprProtos.GetSecretRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DaprProtos.GetSecretRequest, DaprProtos.GetSecretRequest.Builder
Enclosing class:
DaprProtos

public static interface DaprProtos.GetSecretRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The metadata which will be sent to secret store components.
    The name of secret key.
    com.google.protobuf.ByteString
    The name of secret key.
    Deprecated.
    int
    The metadata which will be sent to secret store components.
    The metadata which will be sent to secret store components.
    getMetadataOrDefault(String key, String defaultValue)
    The metadata which will be sent to secret store components.
    The metadata which will be sent to secret store components.
    The name of secret store.
    com.google.protobuf.ByteString
    The name of secret store.

    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

    • 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.
    • getKey

      String getKey()
       The name of secret key.
       
      string key = 2;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       The name of secret key.
       
      string key = 2;
      Returns:
      The bytes for key.
    • getMetadataCount

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

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

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

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

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

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