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 TypeMethodDescriptionIdentifier of the service (e.g.com.google.protobuf.ByteStringIdentifier of the service (e.g.getKeys(int index) List of keys to subscribe tocom.google.protobuf.ByteStringgetKeysBytes(int index) List of keys to subscribe tointList of keys to subscribe toList of keys to subscribe toMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
getKeysCount
int getKeysCount()List of keys to subscribe to
repeated string keys = 2 [json_name = "keys"];- Returns:
- The count of keys.
-
getKeys
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.
-