public interface LogsFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress(int index)
repeated string address = 1; |
com.google.protobuf.ByteString |
getAddressBytes(int index)
repeated string address = 1; |
int |
getAddressCount()
repeated string address = 1; |
List<String> |
getAddressList()
repeated string address = 1; |
Topics |
getTopics(int index)
repeated .iotexapi.Topics topics = 2; |
int |
getTopicsCount()
repeated .iotexapi.Topics topics = 2; |
List<Topics> |
getTopicsList()
repeated .iotexapi.Topics topics = 2; |
TopicsOrBuilder |
getTopicsOrBuilder(int index)
repeated .iotexapi.Topics topics = 2; |
List<? extends TopicsOrBuilder> |
getTopicsOrBuilderList()
repeated .iotexapi.Topics topics = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAddressCount()
repeated string address = 1;String getAddress(int index)
repeated string address = 1;com.google.protobuf.ByteString getAddressBytes(int index)
repeated string address = 1;Topics getTopics(int index)
repeated .iotexapi.Topics topics = 2;int getTopicsCount()
repeated .iotexapi.Topics topics = 2;List<? extends TopicsOrBuilder> getTopicsOrBuilderList()
repeated .iotexapi.Topics topics = 2;TopicsOrBuilder getTopicsOrBuilder(int index)
repeated .iotexapi.Topics topics = 2;Copyright © 2022 IoTeX Group. All rights reserved.