Package io.dapr
Interface DaprClientProtos.GetTopicSubscriptionsEnvelopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprClientProtos.GetTopicSubscriptionsEnvelope
,DaprClientProtos.GetTopicSubscriptionsEnvelope.Builder
- Enclosing class:
- DaprClientProtos
public static interface DaprClientProtos.GetTopicSubscriptionsEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.String
getTopics(int index)
repeated string topics = 1;
com.google.protobuf.ByteString
getTopicsBytes(int index)
repeated string topics = 1;
int
getTopicsCount()
repeated string topics = 1;
java.util.List<java.lang.String>
getTopicsList()
repeated string topics = 1;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTopicsList
java.util.List<java.lang.String> getTopicsList()repeated string topics = 1;
- Returns:
- A list containing the topics.
-
getTopicsCount
int getTopicsCount()repeated string topics = 1;
- Returns:
- The count of topics.
-
getTopics
java.lang.String getTopics(int index)repeated string topics = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The topics at the given index.
-
getTopicsBytes
com.google.protobuf.ByteString getTopicsBytes(int index)repeated string topics = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the topics at the given index.
-