Interface TestConductorProtocol.InjectFailureOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
TestConductorProtocol.InjectFailure,TestConductorProtocol.InjectFailure.Builder
- Enclosing class:
- TestConductorProtocol
public static interface TestConductorProtocol.InjectFailureOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .Address address = 3;optional .Address address = 3;optional .Direction direction = 2;intoptional int32 exitValue = 7;required .FailType failure = 1;floatoptional float rateMBit = 6;booleanoptional .Address address = 3;booleanoptional .Direction direction = 2;booleanoptional int32 exitValue = 7;booleanrequired .FailType failure = 1;booleanoptional float rateMBit = 6;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFailure
boolean hasFailure()required .FailType failure = 1;- Returns:
- Whether the failure field is set.
-
getFailure
TestConductorProtocol.FailType getFailure()required .FailType failure = 1;- Returns:
- The failure.
-
hasDirection
boolean hasDirection()optional .Direction direction = 2;- Returns:
- Whether the direction field is set.
-
getDirection
TestConductorProtocol.Direction getDirection()optional .Direction direction = 2;- Returns:
- The direction.
-
hasAddress
boolean hasAddress()optional .Address address = 3;- Returns:
- Whether the address field is set.
-
getAddress
TestConductorProtocol.Address getAddress()optional .Address address = 3;- Returns:
- The address.
-
getAddressOrBuilder
TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()optional .Address address = 3; -
hasRateMBit
boolean hasRateMBit()optional float rateMBit = 6;- Returns:
- Whether the rateMBit field is set.
-
getRateMBit
float getRateMBit()optional float rateMBit = 6;- Returns:
- The rateMBit.
-
hasExitValue
boolean hasExitValue()optional int32 exitValue = 7;- Returns:
- Whether the exitValue field is set.
-
getExitValue
int getExitValue()optional int32 exitValue = 7;- Returns:
- The exitValue.
-