Package io.dapr.v1
Interface DaprAppCallbackProtos.TopicRoutesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprAppCallbackProtos.TopicRoutes
,DaprAppCallbackProtos.TopicRoutes.Builder
- Enclosing class:
- DaprAppCallbackProtos
public static interface DaprAppCallbackProtos.TopicRoutesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe default path for this topic.com.google.protobuf.ByteString
The default path for this topic.getRules
(int index) The list of rules for this topic.int
The list of rules for this topic.The list of rules for this topic.getRulesOrBuilder
(int index) The list of rules for this topic.List<? extends DaprAppCallbackProtos.TopicRuleOrBuilder>
The list of rules for this topic.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRulesList
List<DaprAppCallbackProtos.TopicRule> getRulesList()The list of rules for this topic.
repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
-
getRules
The list of rules for this topic.
repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
-
getRulesCount
int getRulesCount()The list of rules for this topic.
repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
-
getRulesOrBuilderList
List<? extends DaprAppCallbackProtos.TopicRuleOrBuilder> getRulesOrBuilderList()The list of rules for this topic.
repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
-
getRulesOrBuilder
The list of rules for this topic.
repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
-
getDefault
String getDefault()The default path for this topic.
string default = 2;
- Returns:
- The default.
-
getDefaultBytes
com.google.protobuf.ByteString getDefaultBytes()The default path for this topic.
string default = 2;
- Returns:
- The bytes for default.
-