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 SummaryModifier and TypeMethodDescriptionThe default path for this topic.com.google.protobuf.ByteStringThe default path for this topic.getRules(int index) The list of rules for this topic.intThe 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getRulesListList<DaprAppCallbackProtos.TopicRule> getRulesList()The list of rules for this topic. repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
- 
getRulesThe list of rules for this topic. repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
- 
getRulesCountint getRulesCount()The list of rules for this topic. repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
- 
getRulesOrBuilderListList<? extends DaprAppCallbackProtos.TopicRuleOrBuilder> getRulesOrBuilderList()The list of rules for this topic. repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
- 
getRulesOrBuilderThe list of rules for this topic. repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
- 
getDefaultString getDefault()The default path for this topic. string default = 2;- Returns:
- The default.
 
- 
getDefaultBytescom.google.protobuf.ByteString getDefaultBytes()The default path for this topic. string default = 2;- Returns:
- The bytes for default.
 
 
-