Interface Transactions.ProtoRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transactions.ProtoRequest,Transactions.ProtoRequest.Builder
- Enclosing class:
- Transactions
public static interface Transactions.ProtoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transactions.FlagsgetFlags().cz.o2.proxima.scheme.proto.transactions.Flags flags = 3;intgetFlagsValue().cz.o2.proxima.scheme.proto.transactions.Flags flags = 3;Transactions.KeyAttributegetInputAttribute(int index)repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;intgetInputAttributeCount()repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;java.util.List<Transactions.KeyAttribute>getInputAttributeList()repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;Transactions.KeyAttributeOrBuildergetInputAttributeOrBuilder(int index)repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;java.util.List<? extends Transactions.KeyAttributeOrBuilder>getInputAttributeOrBuilderList()repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;Transactions.ProtoStreamElementgetOutput(int index)repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;intgetOutputCount()repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;java.util.List<Transactions.ProtoStreamElement>getOutputList()repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;Transactions.ProtoStreamElementOrBuildergetOutputOrBuilder(int index)repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;java.util.List<? extends Transactions.ProtoStreamElementOrBuilder>getOutputOrBuilderList()repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;intgetResponsePartitionId()int32 responsePartitionId = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputAttributeList
java.util.List<Transactions.KeyAttribute> getInputAttributeList()
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;
-
getInputAttribute
Transactions.KeyAttribute getInputAttribute(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;
-
getInputAttributeCount
int getInputAttributeCount()
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;
-
getInputAttributeOrBuilderList
java.util.List<? extends Transactions.KeyAttributeOrBuilder> getInputAttributeOrBuilderList()
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;
-
getInputAttributeOrBuilder
Transactions.KeyAttributeOrBuilder getInputAttributeOrBuilder(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttribute = 1;
-
getFlagsValue
int getFlagsValue()
.cz.o2.proxima.scheme.proto.transactions.Flags flags = 3;- Returns:
- The enum numeric value on the wire for flags.
-
getFlags
Transactions.Flags getFlags()
.cz.o2.proxima.scheme.proto.transactions.Flags flags = 3;- Returns:
- The flags.
-
getResponsePartitionId
int getResponsePartitionId()
int32 responsePartitionId = 4;- Returns:
- The responsePartitionId.
-
getOutputList
java.util.List<Transactions.ProtoStreamElement> getOutputList()
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;
-
getOutput
Transactions.ProtoStreamElement getOutput(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;
-
getOutputCount
int getOutputCount()
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;
-
getOutputOrBuilderList
java.util.List<? extends Transactions.ProtoStreamElementOrBuilder> getOutputOrBuilderList()
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;
-
getOutputOrBuilder
Transactions.ProtoStreamElementOrBuilder getOutputOrBuilder(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement output = 5;
-
-