Package io.dapr.v1

Interface DaprProtos.UnsubscribeConfigurationRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      The id to unsubscribe.
      com.google.protobuf.ByteString getIdBytes()
      The id to unsubscribe.
      String getStoreName()
      The name of configuration store.
      com.google.protobuf.ByteString getStoreNameBytes()
      The name of configuration 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 Detail

      • getStoreName

        String getStoreName()
         The name of configuration store.
         
        string store_name = 1;
        Returns:
        The storeName.
      • getStoreNameBytes

        com.google.protobuf.ByteString getStoreNameBytes()
         The name of configuration store.
         
        string store_name = 1;
        Returns:
        The bytes for storeName.
      • getId

        String getId()
         The id to unsubscribe.
         
        string id = 2;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         The id to unsubscribe.
         
        string id = 2;
        Returns:
        The bytes for id.