Uses of Class
com.google.protobuf.UInt64Value.Builder
-
-
Uses of UInt64Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return UInt64Value.Builder Modifier and Type Method Description UInt64Value.BuilderUInt64Value.Builder. clearValue()uint64 value = 1 [json_name = "value"];static UInt64Value.BuilderUInt64Value. newBuilder()static UInt64Value.BuilderUInt64Value. newBuilder(UInt64Value prototype)UInt64Value.BuilderUInt64Value.Builder. setValue(long value)uint64 value = 1 [json_name = "value"];
-