public static interface DaprClientProtos.GetTopicSubscriptionsEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
List<String> |
getTopicsList()
repeated string topics = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getTopicsList()
repeated string topics = 1;
int getTopicsCount()
repeated string topics = 1;
String getTopics(int index)
repeated string topics = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getTopicsBytes(int index)
repeated string topics = 1;
index
- The index of the value to return.Copyright © 2020. All rights reserved.