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 Type
    Method
    Description
    digest of the marshaled input Op
    com.google.protobuf.ByteString
    digest of the marshaled input Op
    long
    output index of the input Op

    Methods 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

      String getDigest()
       digest of the marshaled input Op
       
      string digest = 1;
      Returns:
      The digest.
    • 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.