1 // Generated by the protocol buffer compiler. DO NOT EDIT! 2 // source: grpc/binlog/v1alpha/binarylog.proto 3 4 package io.grpc.binarylog.v1alpha; 5 6 public interface Uint128OrBuilder extends 7 // @@protoc_insertion_point(interface_extends:grpc.binarylog.v1alpha.Uint128) 8 com.google.protobuf.MessageOrBuilder { 9 10 /** 11 * <code>fixed64 high = 1;</code> 12 */ getHigh()13 long getHigh(); 14 15 /** 16 * <code>fixed64 low = 2;</code> 17 */ getLow()18 long getLow(); 19 } 20