aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/google/protobuf/UInt64ValueOrBuilder.java
blob: a6893aa71d8603f6e872c2b648b5b4029a50de9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/wrappers.proto

package com.google.protobuf;

public interface UInt64ValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.UInt64Value)
    com.google.protobuf.MessageOrBuilder {

  /**
   * <pre>
   * The uint64 value.
   * </pre>
   *
   * <code>uint64 value = 1;</code>
   * @return The value.
   */
  long getValue();
}