public static interface Windmill.OutputMessageBundleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Windmill.KeyedMessageBundle |
getBundles(int index)
repeated .windmill.KeyedMessageBundle bundles = 2; |
int |
getBundlesCount()
repeated .windmill.KeyedMessageBundle bundles = 2; |
java.util.List<Windmill.KeyedMessageBundle> |
getBundlesList()
repeated .windmill.KeyedMessageBundle bundles = 2; |
Windmill.KeyedMessageBundleOrBuilder |
getBundlesOrBuilder(int index)
repeated .windmill.KeyedMessageBundle bundles = 2; |
java.util.List<? extends Windmill.KeyedMessageBundleOrBuilder> |
getBundlesOrBuilderList()
repeated .windmill.KeyedMessageBundle bundles = 2; |
java.lang.String |
getDestinationComputationId()
optional string destination_computation_id = 1; |
com.google.protobuf.ByteString |
getDestinationComputationIdBytes()
optional string destination_computation_id = 1; |
java.lang.String |
getDestinationStreamId()
optional string destination_stream_id = 3; |
com.google.protobuf.ByteString |
getDestinationStreamIdBytes()
optional string destination_stream_id = 3; |
boolean |
hasDestinationComputationId()
optional string destination_computation_id = 1; |
boolean |
hasDestinationStreamId()
optional string destination_stream_id = 3; |
boolean hasDestinationComputationId()
optional string destination_computation_id = 1;java.lang.String getDestinationComputationId()
optional string destination_computation_id = 1;com.google.protobuf.ByteString getDestinationComputationIdBytes()
optional string destination_computation_id = 1;boolean hasDestinationStreamId()
optional string destination_stream_id = 3;java.lang.String getDestinationStreamId()
optional string destination_stream_id = 3;com.google.protobuf.ByteString getDestinationStreamIdBytes()
optional string destination_stream_id = 3;java.util.List<Windmill.KeyedMessageBundle> getBundlesList()
repeated .windmill.KeyedMessageBundle bundles = 2;Windmill.KeyedMessageBundle getBundles(int index)
repeated .windmill.KeyedMessageBundle bundles = 2;int getBundlesCount()
repeated .windmill.KeyedMessageBundle bundles = 2;java.util.List<? extends Windmill.KeyedMessageBundleOrBuilder> getBundlesOrBuilderList()
repeated .windmill.KeyedMessageBundle bundles = 2;Windmill.KeyedMessageBundleOrBuilder getBundlesOrBuilder(int index)
repeated .windmill.KeyedMessageBundle bundles = 2;