Package com.google.protobuf
Interface Int64ValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
Int64Value
,Int64Value.Builder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValue
long getValue()The int64 value.
int64 value = 1;
- Returns:
- The value.
-