Package connection_request
Interface ConnectionRequestOuterClass.PubSubChannelsOrPatternsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionRequestOuterClass.PubSubChannelsOrPatterns,ConnectionRequestOuterClass.PubSubChannelsOrPatterns.Builder
- Enclosing class:
- ConnectionRequestOuterClass
public static interface ConnectionRequestOuterClass.PubSubChannelsOrPatternsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetChannelsOrPatterns(int index)repeated bytes channels_or_patterns = 1;intgetChannelsOrPatternsCount()repeated bytes channels_or_patterns = 1;java.util.List<com.google.protobuf.ByteString>getChannelsOrPatternsList()repeated bytes channels_or_patterns = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelsOrPatternsList
java.util.List<com.google.protobuf.ByteString> getChannelsOrPatternsList()
repeated bytes channels_or_patterns = 1;- Returns:
- A list containing the channelsOrPatterns.
-
getChannelsOrPatternsCount
int getChannelsOrPatternsCount()
repeated bytes channels_or_patterns = 1;- Returns:
- The count of channelsOrPatterns.
-
getChannelsOrPatterns
com.google.protobuf.ByteString getChannelsOrPatterns(int index)
repeated bytes channels_or_patterns = 1;- Parameters:
index- The index of the element to return.- Returns:
- The channelsOrPatterns at the given index.
-
-