Interface Ops.InputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.Input
,Ops.Input.Builder
- Enclosing class:
Ops
public static interface Ops.InputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondigest of the marshaled input Opcom.google.protobuf.ByteString
digest of the marshaled input Oplong
getIndex()
output index of the input OpMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDigest
-
getDigestBytes
com.google.protobuf.ByteString getDigestBytes()digest of the marshaled input Op
string digest = 1;
- Returns:
- The bytes for digest.
-
getIndex
long getIndex()output index of the input Op
int64 index = 2;
- Returns:
- The index.
-