Package io.dapr.v1

Interface DaprProtos.UnsubscribeConfigurationRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id to unsubscribe.
    com.google.protobuf.ByteString
    The id to unsubscribe.
    The name of configuration store.
    com.google.protobuf.ByteString
    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 Details

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