Package io.dapr.v1

Interface DaprProtos.QueryStateRequestOrBuilder

    • Method Detail

      • getStoreName

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

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

        String getQuery()
         The query in JSON format.
         
        string query = 2;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
         The query in JSON format.
         
        string query = 2;
        Returns:
        The bytes for query.
      • getMetadataCount

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

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

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

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

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