Interface Protocol.SuspensionMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.SuspensionMessage,Protocol.SuspensionMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.SuspensionMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetWaitingCompletions(int index) repeated uint32 waiting_completions = 1;intrepeated uint32 waiting_completions = 1;repeated uint32 waiting_completions = 1;getWaitingNamedSignals(int index) repeated string waiting_named_signals = 3;com.google.protobuf.ByteStringgetWaitingNamedSignalsBytes(int index) repeated string waiting_named_signals = 3;intrepeated string waiting_named_signals = 3;repeated string waiting_named_signals = 3;intgetWaitingSignals(int index) repeated uint32 waiting_signals = 2;intrepeated uint32 waiting_signals = 2;repeated uint32 waiting_signals = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWaitingCompletionsList
repeated uint32 waiting_completions = 1;- Returns:
- A list containing the waitingCompletions.
-
getWaitingCompletionsCount
int getWaitingCompletionsCount()repeated uint32 waiting_completions = 1;- Returns:
- The count of waitingCompletions.
-
getWaitingCompletions
int getWaitingCompletions(int index) repeated uint32 waiting_completions = 1;- Parameters:
index- The index of the element to return.- Returns:
- The waitingCompletions at the given index.
-
getWaitingSignalsList
repeated uint32 waiting_signals = 2;- Returns:
- A list containing the waitingSignals.
-
getWaitingSignalsCount
int getWaitingSignalsCount()repeated uint32 waiting_signals = 2;- Returns:
- The count of waitingSignals.
-
getWaitingSignals
int getWaitingSignals(int index) repeated uint32 waiting_signals = 2;- Parameters:
index- The index of the element to return.- Returns:
- The waitingSignals at the given index.
-
getWaitingNamedSignalsList
repeated string waiting_named_signals = 3;- Returns:
- A list containing the waitingNamedSignals.
-
getWaitingNamedSignalsCount
int getWaitingNamedSignalsCount()repeated string waiting_named_signals = 3;- Returns:
- The count of waitingNamedSignals.
-
getWaitingNamedSignals
repeated string waiting_named_signals = 3;- Parameters:
index- The index of the element to return.- Returns:
- The waitingNamedSignals at the given index.
-
getWaitingNamedSignalsBytes
com.google.protobuf.ByteString getWaitingNamedSignalsBytes(int index) repeated string waiting_named_signals = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the waitingNamedSignals at the given index.
-