Interface EventSubscriptionUpdateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EventSubscriptionUpdate, EventSubscriptionUpdate.Builder

public interface EventSubscriptionUpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the service (e.g.
    com.google.protobuf.ByteString
    Identifier of the service (e.g.
    getKeys(int index)
    List of keys to subscribe to
    com.google.protobuf.ByteString
    getKeysBytes(int index)
    List of keys to subscribe to
    int
    List of keys to subscribe to
    List of keys to subscribe to

    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

    • getIdentifier

      String getIdentifier()
       Identifier of the service (e.g. service-name)
       
      string identifier = 1 [json_name = "identifier"];
      Returns:
      The identifier.
    • getIdentifierBytes

      com.google.protobuf.ByteString getIdentifierBytes()
       Identifier of the service (e.g. service-name)
       
      string identifier = 1 [json_name = "identifier"];
      Returns:
      The bytes for identifier.
    • getKeysList

      List<String> getKeysList()
       List of keys to subscribe to
       
      repeated string keys = 2 [json_name = "keys"];
      Returns:
      A list containing the keys.
    • getKeysCount

      int getKeysCount()
       List of keys to subscribe to
       
      repeated string keys = 2 [json_name = "keys"];
      Returns:
      The count of keys.
    • getKeys

      String getKeys(int index)
       List of keys to subscribe to
       
      repeated string keys = 2 [json_name = "keys"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.
    • getKeysBytes

      com.google.protobuf.ByteString getKeysBytes(int index)
       List of keys to subscribe to
       
      repeated string keys = 2 [json_name = "keys"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keys at the given index.